Class: ClusterDasVmConfigSpec
- Inherits:
-
ArrayUpdateSpec
- Object
- DynamicData
- ArrayUpdateSpec
- ClusterDasVmConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterDasVmConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
info - ClusterDasVmConfigInfo
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) ⇒ ClusterDasVmConfigSpec
constructor
A new instance of ClusterDasVmConfigSpec.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ ClusterDasVmConfigSpec
Returns a new instance of ClusterDasVmConfigSpec.
22132 22133 22134 22135 22136 22137 22138 |
# File 'lib/vmware/soap/vim25.rb', line 22132 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
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22127 22128 22129 |
# File 'lib/vmware/soap/vim25.rb', line 22127 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22126 22127 22128 |
# File 'lib/vmware/soap/vim25.rb', line 22126 def dynamicType @dynamicType end |
permalink #info ⇒ Object
Returns the value of attribute info.
22130 22131 22132 |
# File 'lib/vmware/soap/vim25.rb', line 22130 def info @info end |
permalink #operation ⇒ Object
Returns the value of attribute operation.
22128 22129 22130 |
# File 'lib/vmware/soap/vim25.rb', line 22128 def operation @operation end |
permalink #removeKey ⇒ Object
Returns the value of attribute removeKey.
22129 22130 22131 |
# File 'lib/vmware/soap/vim25.rb', line 22129 def removeKey @removeKey end |