Class: ClusterDasVmSettings
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDasVmSettings
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDasVmSettings
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
restartPriority - SOAP::SOAPString
isolationResponse - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#isolationResponse ⇒ Object
Returns the value of attribute isolationResponse.
-
#restartPriority ⇒ Object
Returns the value of attribute restartPriority.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], restartPriority = nil, isolationResponse = nil) ⇒ ClusterDasVmSettings
constructor
A new instance of ClusterDasVmSettings.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], restartPriority = nil, isolationResponse = nil) ⇒ ClusterDasVmSettings
Returns a new instance of ClusterDasVmSettings.
3536 3537 3538 3539 3540 3541 |
# File 'lib/vmware/soap/vim25.rb', line 3536 def initialize(dynamicType = nil, dynamicProperty = [], restartPriority = nil, isolationResponse = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @restartPriority = restartPriority @isolationResponse = isolationResponse end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3532 3533 3534 |
# File 'lib/vmware/soap/vim25.rb', line 3532 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3531 3532 3533 |
# File 'lib/vmware/soap/vim25.rb', line 3531 def dynamicType @dynamicType end |
#isolationResponse ⇒ Object
Returns the value of attribute isolationResponse.
3534 3535 3536 |
# File 'lib/vmware/soap/vim25.rb', line 3534 def isolationResponse @isolationResponse end |
#restartPriority ⇒ Object
Returns the value of attribute restartPriority.
3533 3534 3535 |
# File 'lib/vmware/soap/vim25.rb', line 3533 def restartPriority @restartPriority end |