class JrubyWhirr::Cluster
Attributes
cluster[RW]
Public Class Methods
new(cluster)
click to toggle source
# File lib/jruby_whirr/cluster.rb, line 7 def initialize (cluster) @cluster = cluster end
Public Instance Methods
get_configuration()
click to toggle source
# File lib/jruby_whirr/cluster.rb, line 16 def get_configuration @cluster.getConfiguration() end
get_instances()
click to toggle source
Get a set of Instances in the cluster
# File lib/jruby_whirr/cluster.rb, line 12 def get_instances @cluster.getInstances() end