Class: ArrayUpdateSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ArrayUpdateSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ArrayUpdateSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)
Direct Known Subclasses
ClusterDasVmConfigSpec, ClusterDpmHostConfigSpec, ClusterDrsVmConfigSpec, ClusterRuleSpec, VirtualMachineCpuIdInfoSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#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) ⇒ ArrayUpdateSpec
constructor
A new instance of ArrayUpdateSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil) ⇒ ArrayUpdateSpec
Returns a new instance of ArrayUpdateSpec.
22111 22112 22113 22114 22115 22116 |
# File 'lib/vmware/soap/vim25.rb', line 22111 def initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operation = operation @removeKey = removeKey end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22107 22108 22109 |
# File 'lib/vmware/soap/vim25.rb', line 22107 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22106 22107 22108 |
# File 'lib/vmware/soap/vim25.rb', line 22106 def dynamicType @dynamicType end |
#operation ⇒ Object
Returns the value of attribute operation.
22108 22109 22110 |
# File 'lib/vmware/soap/vim25.rb', line 22108 def operation @operation end |
#removeKey ⇒ Object
Returns the value of attribute removeKey.
22109 22110 22111 |
# File 'lib/vmware/soap/vim25.rb', line 22109 def removeKey @removeKey end |