Class: ClusterDpmConfigInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterDpmConfigInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDpmConfigInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
defaultDpmBehavior - DpmBehavior
option - OptionValue
Instance Attribute Summary collapse
-
#defaultDpmBehavior ⇒ Object
Returns the value of attribute defaultDpmBehavior.
-
#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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultDpmBehavior = nil, option = []) ⇒ ClusterDpmConfigInfo
constructor
A new instance of ClusterDpmConfigInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultDpmBehavior = nil, option = []) ⇒ ClusterDpmConfigInfo
Returns a new instance of ClusterDpmConfigInfo.
3413 3414 3415 3416 3417 3418 3419 |
# File 'lib/vmware/soap/vim25.rb', line 3413 def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, defaultDpmBehavior = nil, option = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @enabled = enabled @defaultDpmBehavior = defaultDpmBehavior @option = option end |
Instance Attribute Details
#defaultDpmBehavior ⇒ Object
Returns the value of attribute defaultDpmBehavior.
3410 3411 3412 |
# File 'lib/vmware/soap/vim25.rb', line 3410 def defaultDpmBehavior @defaultDpmBehavior end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3408 3409 3410 |
# File 'lib/vmware/soap/vim25.rb', line 3408 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3407 3408 3409 |
# File 'lib/vmware/soap/vim25.rb', line 3407 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3409 3410 3411 |
# File 'lib/vmware/soap/vim25.rb', line 3409 def enabled @enabled end |
#option ⇒ Object
Returns the value of attribute option.
3411 3412 3413 |
# File 'lib/vmware/soap/vim25.rb', line 3411 def option @option end |