Class: ClusterDasConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDasConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDasConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
failoverLevel - SOAP::SOAPInt
admissionControlEnabled - SOAP::SOAPBoolean
defaultVmSettings - ClusterDasVmSettings
option - OptionValue
Instance Attribute Summary collapse
-
#admissionControlEnabled ⇒ Object
Returns the value of attribute admissionControlEnabled.
-
#defaultVmSettings ⇒ Object
Returns the value of attribute defaultVmSettings.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#failoverLevel ⇒ Object
Returns the value of attribute failoverLevel.
-
#option ⇒ Object
Returns the value of attribute option.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, failoverLevel = nil, admissionControlEnabled = nil, defaultVmSettings = nil, option = []) ⇒ ClusterDasConfigInfo
constructor
A new instance of ClusterDasConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, failoverLevel = nil, admissionControlEnabled = nil, defaultVmSettings = nil, option = []) ⇒ ClusterDasConfigInfo
Returns a new instance of ClusterDasConfigInfo.
3489 3490 3491 3492 3493 3494 3495 3496 3497 |
# File 'lib/vmware/soap/vim25.rb', line 3489 def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, failoverLevel = nil, admissionControlEnabled = nil, defaultVmSettings = nil, option = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @enabled = enabled @failoverLevel = failoverLevel @admissionControlEnabled = admissionControlEnabled @defaultVmSettings = defaultVmSettings @option = option end |
Instance Attribute Details
#admissionControlEnabled ⇒ Object
Returns the value of attribute admissionControlEnabled.
3485 3486 3487 |
# File 'lib/vmware/soap/vim25.rb', line 3485 def admissionControlEnabled @admissionControlEnabled end |
#defaultVmSettings ⇒ Object
Returns the value of attribute defaultVmSettings.
3486 3487 3488 |
# File 'lib/vmware/soap/vim25.rb', line 3486 def defaultVmSettings @defaultVmSettings end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3482 3483 3484 |
# File 'lib/vmware/soap/vim25.rb', line 3482 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3481 3482 3483 |
# File 'lib/vmware/soap/vim25.rb', line 3481 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3483 3484 3485 |
# File 'lib/vmware/soap/vim25.rb', line 3483 def enabled @enabled end |
#failoverLevel ⇒ Object
Returns the value of attribute failoverLevel.
3484 3485 3486 |
# File 'lib/vmware/soap/vim25.rb', line 3484 def failoverLevel @failoverLevel end |
#option ⇒ Object
Returns the value of attribute option.
3487 3488 3489 |
# File 'lib/vmware/soap/vim25.rb', line 3487 def option @option end |