Class: Gemfire::AgentPendingConfiguration

Inherits:
Shared::PendingConfiguration show all
Defined in:
lib/vas/gemfire/agent_pending_configurations.rb

Overview

A configuration file that is pending

Instance Attribute Summary

Attributes included from Shared::Deletable

#collection

Attributes inherited from Shared::Configuration

#path, #size

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::PendingConfiguration

#content=

Methods included from Shared::Deletable

#delete

Methods inherited from Shared::Configuration

#content, #instance, #reload, #to_s

Constructor Details

#initialize(location, client) ⇒ AgentPendingConfiguration

Returns a new instance of AgentPendingConfiguration.



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

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