Class: Gemfire::CacheServerPendingConfiguration

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

Overview

A cache server 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) ⇒ CacheServerPendingConfiguration

Returns a new instance of CacheServerPendingConfiguration.



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

def initialize(location, client)
  super(location, client, 'cache-server-group-instance', CacheServerInstance)
end