Class: ClusterDrsRecommendation
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDrsRecommendation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDrsRecommendation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
- SOAP::SOAPInt
reason - SOAP::SOAPString
reasonText - SOAP::SOAPString
migrationList - ClusterDrsMigration
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#migrationList ⇒ Object
Returns the value of attribute migrationList.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#reasonText ⇒ Object
Returns the value of attribute reasonText.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, rating = nil, reason = nil, reasonText = nil, migrationList = []) ⇒ ClusterDrsRecommendation
constructor
A new instance of ClusterDrsRecommendation.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, rating = nil, reason = nil, reasonText = nil, migrationList = []) ⇒ ClusterDrsRecommendation
Returns a new instance of ClusterDrsRecommendation.
3607 3608 3609 3610 3611 3612 3613 3614 3615 |
# File 'lib/vmware/soap/vim25.rb', line 3607 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, = nil, reason = nil, reasonText = nil, migrationList = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @rating = @reason = reason @reasonText = reasonText @migrationList = migrationList end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3600 3601 3602 |
# File 'lib/vmware/soap/vim25.rb', line 3600 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3599 3600 3601 |
# File 'lib/vmware/soap/vim25.rb', line 3599 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
3601 3602 3603 |
# File 'lib/vmware/soap/vim25.rb', line 3601 def key @key end |
#migrationList ⇒ Object
Returns the value of attribute migrationList.
3605 3606 3607 |
# File 'lib/vmware/soap/vim25.rb', line 3605 def migrationList @migrationList end |
#rating ⇒ Object
Returns the value of attribute rating.
3602 3603 3604 |
# File 'lib/vmware/soap/vim25.rb', line 3602 def @rating end |
#reason ⇒ Object
Returns the value of attribute reason.
3603 3604 3605 |
# File 'lib/vmware/soap/vim25.rb', line 3603 def reason @reason end |
#reasonText ⇒ Object
Returns the value of attribute reasonText.
3604 3605 3606 |
# File 'lib/vmware/soap/vim25.rb', line 3604 def reasonText @reasonText end |