Class: ClusterDpmHostConfigSpec
- Inherits:
-
ArrayUpdateSpec
- Object
- DynamicData
- ArrayUpdateSpec
- ClusterDpmHostConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDpmHostConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
info - ClusterDpmHostConfigInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#info ⇒ Object
Returns the value of attribute info.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#removeKey ⇒ Object
Returns the value of attribute removeKey.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDpmHostConfigSpec
constructor
A new instance of ClusterDpmHostConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDpmHostConfigSpec
Returns a new instance of ClusterDpmHostConfigSpec.
22198 22199 22200 22201 22202 22203 22204 |
# File 'lib/vmware/soap/vim25.rb', line 22198 def initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operation = operation @removeKey = removeKey @info = info end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22193 22194 22195 |
# File 'lib/vmware/soap/vim25.rb', line 22193 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22192 22193 22194 |
# File 'lib/vmware/soap/vim25.rb', line 22192 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
22196 22197 22198 |
# File 'lib/vmware/soap/vim25.rb', line 22196 def info @info end |
#operation ⇒ Object
Returns the value of attribute operation.
22194 22195 22196 |
# File 'lib/vmware/soap/vim25.rb', line 22194 def operation @operation end |
#removeKey ⇒ Object
Returns the value of attribute removeKey.
22195 22196 22197 |
# File 'lib/vmware/soap/vim25.rb', line 22195 def removeKey @removeKey end |