Class: ClusterDrsVmConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDrsVmConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDrsVmConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
enabled - SOAP::SOAPBoolean
behavior - DrsBehavior
Instance Attribute Summary collapse
-
#behavior ⇒ Object
Returns the value of attribute behavior.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil) ⇒ ClusterDrsVmConfigInfo
constructor
A new instance of ClusterDrsVmConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil) ⇒ ClusterDrsVmConfigInfo
Returns a new instance of ClusterDrsVmConfigInfo.
3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/vmware/soap/vim25.rb', line 3391 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @enabled = enabled @behavior = behavior end |
Instance Attribute Details
#behavior ⇒ Object
Returns the value of attribute behavior.
3389 3390 3391 |
# File 'lib/vmware/soap/vim25.rb', line 3389 def behavior @behavior end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3386 3387 3388 |
# File 'lib/vmware/soap/vim25.rb', line 3386 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3385 3386 3387 |
# File 'lib/vmware/soap/vim25.rb', line 3385 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3388 3389 3390 |
# File 'lib/vmware/soap/vim25.rb', line 3388 def enabled @enabled end |
#key ⇒ Object
Returns the value of attribute key.
3387 3388 3389 |
# File 'lib/vmware/soap/vim25.rb', line 3387 def key @key end |