Class: Gemfire::CacheServerPendingConfigurations

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

Overview

Used to enumerate a cache server instance’s pending configuration

Instance Attribute Summary

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::PendingConfigurations

#create

Methods inherited from Shared::MutableCollection

#create, #create_image

Methods inherited from Shared::Collection

#each, #reload

Constructor Details

#initialize(location, client) ⇒ CacheServerPendingConfigurations

Returns a new instance of CacheServerPendingConfigurations.



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

def initialize(location, client)
  super(location, client, 'pending-configurations', CacheServerPendingConfiguration)
end