Class: ClusterConfigInfoEx
- Inherits:
-
ComputeResourceConfigInfo
- Object
- DynamicData
- ComputeResourceConfigInfo
- ClusterConfigInfoEx
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterConfigInfoEx
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmSwapPlacement - SOAP::SOAPString
dasConfig - ClusterDasConfigInfo
dasVmConfig - ClusterDasVmConfigInfo
drsConfig - ClusterDrsConfigInfo
drsVmConfig - ClusterDrsVmConfigInfo
rule - ClusterRuleInfo
dpmConfigInfo - ClusterDpmConfigInfo
dpmHostConfig - ClusterDpmHostConfigInfo
Instance Attribute Summary collapse
-
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
-
#dasVmConfig ⇒ Object
Returns the value of attribute dasVmConfig.
-
#dpmConfigInfo ⇒ Object
Returns the value of attribute dpmConfigInfo.
-
#dpmHostConfig ⇒ Object
Returns the value of attribute dpmHostConfig.
-
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
-
#drsVmConfig ⇒ Object
Returns the value of attribute drsVmConfig.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#vmSwapPlacement ⇒ Object
Returns the value of attribute vmSwapPlacement.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil, dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = [], dpmConfigInfo = nil, dpmHostConfig = []) ⇒ ClusterConfigInfoEx
constructor
A new instance of ClusterConfigInfoEx.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil, dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = [], dpmConfigInfo = nil, dpmHostConfig = []) ⇒ ClusterConfigInfoEx
Returns a new instance of ClusterConfigInfoEx.
596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/vmware/soap/vim25.rb', line 596 def initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil, dasConfig = nil, dasVmConfig = [], drsConfig = nil, drsVmConfig = [], rule = [], dpmConfigInfo = nil, dpmHostConfig = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vmSwapPlacement = vmSwapPlacement @dasConfig = dasConfig @dasVmConfig = dasVmConfig @drsConfig = drsConfig @drsVmConfig = drsVmConfig @rule = rule @dpmConfigInfo = dpmConfigInfo @dpmHostConfig = dpmHostConfig end |
Instance Attribute Details
#dasConfig ⇒ Object
Returns the value of attribute dasConfig.
588 589 590 |
# File 'lib/vmware/soap/vim25.rb', line 588 def dasConfig @dasConfig end |
#dasVmConfig ⇒ Object
Returns the value of attribute dasVmConfig.
589 590 591 |
# File 'lib/vmware/soap/vim25.rb', line 589 def dasVmConfig @dasVmConfig end |
#dpmConfigInfo ⇒ Object
Returns the value of attribute dpmConfigInfo.
593 594 595 |
# File 'lib/vmware/soap/vim25.rb', line 593 def dpmConfigInfo @dpmConfigInfo end |
#dpmHostConfig ⇒ Object
Returns the value of attribute dpmHostConfig.
594 595 596 |
# File 'lib/vmware/soap/vim25.rb', line 594 def dpmHostConfig @dpmHostConfig end |
#drsConfig ⇒ Object
Returns the value of attribute drsConfig.
590 591 592 |
# File 'lib/vmware/soap/vim25.rb', line 590 def drsConfig @drsConfig end |
#drsVmConfig ⇒ Object
Returns the value of attribute drsVmConfig.
591 592 593 |
# File 'lib/vmware/soap/vim25.rb', line 591 def drsVmConfig @drsVmConfig end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
586 587 588 |
# File 'lib/vmware/soap/vim25.rb', line 586 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
585 586 587 |
# File 'lib/vmware/soap/vim25.rb', line 585 def dynamicType @dynamicType end |
#rule ⇒ Object
Returns the value of attribute rule.
592 593 594 |
# File 'lib/vmware/soap/vim25.rb', line 592 def rule @rule end |
#vmSwapPlacement ⇒ Object
Returns the value of attribute vmSwapPlacement.
587 588 589 |
# File 'lib/vmware/soap/vim25.rb', line 587 def vmSwapPlacement @vmSwapPlacement end |