Class: ClusterHostRecommendation
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterHostRecommendation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterHostRecommendation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
- SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#rating ⇒ Object
Returns the value of attribute rating.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, rating = nil) ⇒ ClusterHostRecommendation
constructor
A new instance of ClusterHostRecommendation.
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, = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @host = host @rating = end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3625 3626 3627 |
# File 'lib/vmware/soap/vim25.rb', line 3625 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3624 3625 3626 |
# File 'lib/vmware/soap/vim25.rb', line 3624 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
3626 3627 3628 |
# File 'lib/vmware/soap/vim25.rb', line 3626 def host @host end |
#rating ⇒ Object
Returns the value of attribute rating.
3627 3628 3629 |
# File 'lib/vmware/soap/vim25.rb', line 3627 def @rating end |