Class: ClusterDasVmConfigSpec

Inherits:
ArrayUpdateSpec show all
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

Instance Method Summary collapse

Constructor Details

#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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22127
22128
22129
# File 'lib/vmware/soap/vim25.rb', line 22127

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22126
22127
22128
# File 'lib/vmware/soap/vim25.rb', line 22126

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



22130
22131
22132
# File 'lib/vmware/soap/vim25.rb', line 22130

def info
  @info
end

#operationObject

Returns the value of attribute operation.



22128
22129
22130
# File 'lib/vmware/soap/vim25.rb', line 22128

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22129
22130
22131
# File 'lib/vmware/soap/vim25.rb', line 22129

def removeKey
  @removeKey
end