Class: ArrayUpdateSpec

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ArrayUpdateSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - ArrayUpdateOperation
removeKey - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22107
22108
22109
# File 'lib/vmware/soap/vim25.rb', line 22107

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22106
22107
22108
# File 'lib/vmware/soap/vim25.rb', line 22106

def dynamicType
  @dynamicType
end

#operationObject

Returns the value of attribute operation.



22108
22109
22110
# File 'lib/vmware/soap/vim25.rb', line 22108

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22109
22110
22111
# File 'lib/vmware/soap/vim25.rb', line 22109

def removeKey
  @removeKey
end