Class: ClusterDpmHostConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDpmHostConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDpmHostConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - ManagedObjectReference
enabled - SOAP::SOAPBoolean
behavior - DpmBehavior
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) ⇒ ClusterDpmHostConfigInfo
constructor
A new instance of ClusterDpmHostConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, enabled = nil, behavior = nil) ⇒ ClusterDpmHostConfigInfo
Returns a new instance of ClusterDpmHostConfigInfo.
3435 3436 3437 3438 3439 3440 3441 |
# File 'lib/vmware/soap/vim25.rb', line 3435 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.
3433 3434 3435 |
# File 'lib/vmware/soap/vim25.rb', line 3433 def behavior @behavior end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3430 3431 3432 |
# File 'lib/vmware/soap/vim25.rb', line 3430 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3429 3430 3431 |
# File 'lib/vmware/soap/vim25.rb', line 3429 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3432 3433 3434 |
# File 'lib/vmware/soap/vim25.rb', line 3432 def enabled @enabled end |
#key ⇒ Object
Returns the value of attribute key.
3431 3432 3433 |
# File 'lib/vmware/soap/vim25.rb', line 3431 def key @key end |