Method: Gemfire::Installation#cache_server_instances

Defined in:
lib/vas/gemfire/installations.rb

#cache_server_instancesCacheServerInstance[]

Returns the cache server instances that are using the installation.

Returns:



52
53
54
# File 'lib/vas/gemfire/installations.rb', line 52

def cache_server_instances
  @cache_server_instances ||= create_resources_from_links('cache-server-group-instance', CacheServerInstance);
end