Class: ClusterDasVmConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDasVmConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDasVmConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
restartPriority - DasVmPriority
powerOffOnIsolation - SOAP::SOAPBoolean
dasSettings - ClusterDasVmSettings
Instance Attribute Summary collapse
-
#dasSettings ⇒ Object
Returns the value of attribute dasSettings.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#powerOffOnIsolation ⇒ Object
Returns the value of attribute powerOffOnIsolation.
-
#restartPriority ⇒ Object
Returns the value of attribute restartPriority.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, restartPriority = nil, powerOffOnIsolation = nil, dasSettings = nil) ⇒ ClusterDasVmConfigInfo
constructor
A new instance of ClusterDasVmConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, restartPriority = nil, powerOffOnIsolation = nil, dasSettings = nil) ⇒ ClusterDasVmConfigInfo
Returns a new instance of ClusterDasVmConfigInfo.
3515 3516 3517 3518 3519 3520 3521 3522 |
# File 'lib/vmware/soap/vim25.rb', line 3515 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, restartPriority = nil, powerOffOnIsolation = nil, dasSettings = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @restartPriority = restartPriority @powerOffOnIsolation = powerOffOnIsolation @dasSettings = dasSettings end |
Instance Attribute Details
#dasSettings ⇒ Object
Returns the value of attribute dasSettings.
3513 3514 3515 |
# File 'lib/vmware/soap/vim25.rb', line 3513 def dasSettings @dasSettings end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3509 3510 3511 |
# File 'lib/vmware/soap/vim25.rb', line 3509 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3508 3509 3510 |
# File 'lib/vmware/soap/vim25.rb', line 3508 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
3510 3511 3512 |
# File 'lib/vmware/soap/vim25.rb', line 3510 def key @key end |
#powerOffOnIsolation ⇒ Object
Returns the value of attribute powerOffOnIsolation.
3512 3513 3514 |
# File 'lib/vmware/soap/vim25.rb', line 3512 def powerOffOnIsolation @powerOffOnIsolation end |
#restartPriority ⇒ Object
Returns the value of attribute restartPriority.
3511 3512 3513 |
# File 'lib/vmware/soap/vim25.rb', line 3511 def restartPriority @restartPriority end |