Class: Gemfire::AgentNodeInstance
- Inherits:
-
Shared::NodeInstance
- Object
- Shared::Resource
- Shared::StateResource
- Shared::NodeInstance
- Gemfire::AgentNodeInstance
- Defined in:
- lib/vas/gemfire/agent_node_instances.rb
Overview
An agent node instance
Instance Attribute Summary
Attributes inherited from Shared::NodeInstance
#group_instance, #logs, #name, #node
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ AgentNodeInstance
constructor
:nodoc:.
Methods inherited from Shared::NodeInstance
Methods inherited from Shared::StateResource
Constructor Details
#initialize(location, client) ⇒ AgentNodeInstance
:nodoc:
32 33 34 |
# File 'lib/vas/gemfire/agent_node_instances.rb', line 32 def initialize(location, client) #:nodoc: super(location, client, Node, AgentLogs, AgentInstance, 'agent-group-instance') end |