Class: ClusterDrsConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDrsConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDrsConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
defaultVmBehavior - DrsBehavior
vmotionRate - SOAP::SOAPInt
option - OptionValue
Instance Attribute Summary collapse
-
#defaultVmBehavior ⇒ Object
Returns the value of attribute defaultVmBehavior.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#option ⇒ Object
Returns the value of attribute option.
-
#vmotionRate ⇒ Object
Returns the value of attribute vmotionRate.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultVmBehavior = nil, vmotionRate = nil, option = []) ⇒ ClusterDrsConfigInfo
constructor
A new instance of ClusterDrsConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultVmBehavior = nil, vmotionRate = nil, option = []) ⇒ ClusterDrsConfigInfo
Returns a new instance of ClusterDrsConfigInfo.
3368 3369 3370 3371 3372 3373 3374 3375 |
# File 'lib/vmware/soap/vim25.rb', line 3368 def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultVmBehavior = nil, vmotionRate = nil, option = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @enabled = enabled @defaultVmBehavior = defaultVmBehavior @vmotionRate = vmotionRate @option = option end |
Instance Attribute Details
#defaultVmBehavior ⇒ Object
Returns the value of attribute defaultVmBehavior.
3364 3365 3366 |
# File 'lib/vmware/soap/vim25.rb', line 3364 def defaultVmBehavior @defaultVmBehavior end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3362 3363 3364 |
# File 'lib/vmware/soap/vim25.rb', line 3362 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3361 3362 3363 |
# File 'lib/vmware/soap/vim25.rb', line 3361 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3363 3364 3365 |
# File 'lib/vmware/soap/vim25.rb', line 3363 def enabled @enabled end |
#option ⇒ Object
Returns the value of attribute option.
3366 3367 3368 |
# File 'lib/vmware/soap/vim25.rb', line 3366 def option @option end |
#vmotionRate ⇒ Object
Returns the value of attribute vmotionRate.
3365 3366 3367 |
# File 'lib/vmware/soap/vim25.rb', line 3365 def vmotionRate @vmotionRate end |