Method: Gemfire::CacheServerNodeInstance#initialize
- Defined in:
- lib/vas/gemfire/cache_server_node_instances.rb
#initialize(location, client) ⇒ CacheServerNodeInstance
Returns a new instance of CacheServerNodeInstance.
33 34 35 36 37 38 39 40 |
# File 'lib/vas/gemfire/cache_server_node_instances.rb', line 33 def initialize(location, client) super(location, client, Node, CacheServerLogs, CacheServerInstance, 'cache-server-group-instance', CacheServerNodeLiveConfigurations) @disk_stores_location = Util::LinkUtils.get_link_href(details, 'disk-stores') @statistics_location = Util::LinkUtils.get_link_href(details, 'statistics') end |