Method: Gemfire::Installation#cache_server_instances
- Defined in:
- lib/vas/gemfire/installations.rb
#cache_server_instances ⇒ CacheServerInstance[]
Returns the cache server instances that are using the installation.
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 |