Class: Gemfire::AgentNodeLiveConfigurations

Inherits:
Shared::Collection show all
Defined in:
lib/vas/gemfire/agent_node_live_configurations.rb

Overview

Used to enumerate an agent node instance’s live configuration

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ AgentNodeLiveConfigurations

Returns a new instance of AgentNodeLiveConfigurations.



23
24
25
# File 'lib/vas/gemfire/agent_node_live_configurations.rb', line 23

def initialize(location, client)
  super(location, client, 'node-live-configurations', AgentNodeLiveConfiguration)
end