Class: Gemfire::CacheServerNodeLiveConfigurations
- Inherits:
-
Shared::Collection
- Object
- Shared::Resource
- Shared::Collection
- Gemfire::CacheServerNodeLiveConfigurations
- Defined in:
- lib/vas/gemfire/cache_server_node_live_configurations.rb
Overview
Used to enumerate a cache server node instance’s live configuration
Instance Attribute Summary
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ CacheServerNodeLiveConfigurations
constructor
A new instance of CacheServerNodeLiveConfigurations.
Methods inherited from Shared::Collection
Constructor Details
#initialize(location, client) ⇒ CacheServerNodeLiveConfigurations
Returns a new instance of CacheServerNodeLiveConfigurations.
23 24 25 |
# File 'lib/vas/gemfire/cache_server_node_live_configurations.rb', line 23 def initialize(location, client) super(location, client, 'node-live-configurations', CacheServerNodeLiveConfiguration) end |