Class: Gemfire::CacheServerConfiguration

Inherits:
Shared::Configuration show all
Defined in:
lib/vas/gemfire/cache_server_configuration.rb

Overview

A configuration file in a cache server instance

Instance Attribute Summary

Attributes inherited from Shared::Configuration

#path, #size

Attributes inherited from Shared::Resource

#location, #security

Instance Method Summary collapse

Methods inherited from Shared::Configuration

#content, #instance, #to_s

Constructor Details

#initialize(location, client) ⇒ CacheServerConfiguration

:nodoc:



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

def initialize(location, client) #:nodoc:
  super(location, client, "cache-server-group-instance", CacheServerInstance)
end