Class: ClusterPowerOnVmResult
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterPowerOnVmResult
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterPowerOnVmResult
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
attempted - ClusterAttemptedVmInfo
notAttempted - ClusterNotAttemptedVmInfo
recommendations - ClusterRecommendation
Instance Attribute Summary collapse
-
#attempted ⇒ Object
Returns the value of attribute attempted.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#notAttempted ⇒ Object
Returns the value of attribute notAttempted.
-
#recommendations ⇒ Object
Returns the value of attribute recommendations.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = []) ⇒ ClusterPowerOnVmResult
constructor
A new instance of ClusterPowerOnVmResult.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = []) ⇒ ClusterPowerOnVmResult
Returns a new instance of ClusterPowerOnVmResult.
3669 3670 3671 3672 3673 3674 3675 |
# File 'lib/vmware/soap/vim25.rb', line 3669 def initialize(dynamicType = nil, dynamicProperty = [], attempted = [], notAttempted = [], recommendations = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @attempted = attempted @notAttempted = notAttempted @recommendations = recommendations end |
Instance Attribute Details
#attempted ⇒ Object
Returns the value of attribute attempted.
3665 3666 3667 |
# File 'lib/vmware/soap/vim25.rb', line 3665 def attempted @attempted end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3664 3665 3666 |
# File 'lib/vmware/soap/vim25.rb', line 3664 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3663 3664 3665 |
# File 'lib/vmware/soap/vim25.rb', line 3663 def dynamicType @dynamicType end |
#notAttempted ⇒ Object
Returns the value of attribute notAttempted.
3666 3667 3668 |
# File 'lib/vmware/soap/vim25.rb', line 3666 def notAttempted @notAttempted end |
#recommendations ⇒ Object
Returns the value of attribute recommendations.
3667 3668 3669 |
# File 'lib/vmware/soap/vim25.rb', line 3667 def recommendations @recommendations end |