Class: ClusterHostRecommendation

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ClusterHostRecommendation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
rating - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], host = nil, rating = nil) ⇒ ClusterHostRecommendation

Returns a new instance of ClusterHostRecommendation.



3629
3630
3631
3632
3633
3634
# File 'lib/vmware/soap/vim25.rb', line 3629

def initialize(dynamicType = nil, dynamicProperty = [], host = nil, rating = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @host = host
  @rating = rating
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3625
3626
3627
# File 'lib/vmware/soap/vim25.rb', line 3625

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3624
3625
3626
# File 'lib/vmware/soap/vim25.rb', line 3624

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



3626
3627
3628
# File 'lib/vmware/soap/vim25.rb', line 3626

def host
  @host
end

#ratingObject

Returns the value of attribute rating.



3627
3628
3629
# File 'lib/vmware/soap/vim25.rb', line 3627

def rating
  @rating
end