Class: Gemfire::AgentNodeInstance

Inherits:
Shared::NodeInstance show all
Defined in:
lib/vas/gemfire/agent_node_instances.rb

Overview

An agent node instance

Instance Attribute Summary

Attributes inherited from Shared::NodeInstance

#name

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::NodeInstance

#group_instance, #live_configurations, #logs, #node, #to_s

Methods inherited from Shared::StateResource

#start, #state, #stop

Constructor Details

#initialize(location, client) ⇒ AgentNodeInstance

Returns a new instance of AgentNodeInstance.



33
34
35
# File 'lib/vas/gemfire/agent_node_instances.rb', line 33

def initialize(location, client)
  super(location, client, Node, AgentLogs, AgentInstance, 'agent-group-instance', AgentNodeLiveConfigurations)
end