Class: Shared::PendingConfigurations Abstract
- Inherits:
-
MutableCollection
- Object
- Resource
- Collection
- MutableCollection
- Shared::PendingConfigurations
- Defined in:
- lib/vas/shared/pending_configurations.rb
Overview
This class is abstract.
A collection of an instance’s pending configurations
Direct Known Subclasses
Gemfire::AgentPendingConfigurations, Gemfire::CacheServerPendingConfigurations, Gemfire::LocatorPendingConfigurations, RabbitMq::PendingConfigurations, Sqlfire::AgentPendingConfigurations, Sqlfire::LocatorPendingConfigurations, Sqlfire::ServerPendingConfigurations, TcServer::PendingConfigurations, WebServer::PendingConfigurations
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#create(path, content) ⇒ PendingConfiguration
Creates a new configuration.
Methods inherited from MutableCollection
Methods inherited from Collection
Constructor Details
This class inherits a constructor from Shared::Collection
Instance Method Details
#create(path, content) ⇒ PendingConfiguration
Creates a new configuration. The configuration will be pending until its instance is started at which point the configuration will become live
28 29 30 |
# File 'lib/vas/shared/pending_configurations.rb', line 28 def create(path, content) create_image(content, { :path => path }) end |