Class: VirtualMachineCpuIdInfoSpec

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

Overview

urn:vim25VirtualMachineCpuIdInfoSpec

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, removeKey = nil, info = nil) ⇒ VirtualMachineCpuIdInfoSpec

Returns a new instance of VirtualMachineCpuIdInfoSpec.



22220
22221
22222
22223
22224
22225
22226
# File 'lib/vmware/soap/vim25.rb', line 22220

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.



22215
22216
22217
# File 'lib/vmware/soap/vim25.rb', line 22215

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22214
22215
22216
# File 'lib/vmware/soap/vim25.rb', line 22214

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



22218
22219
22220
# File 'lib/vmware/soap/vim25.rb', line 22218

def info
  @info
end

#operationObject

Returns the value of attribute operation.



22216
22217
22218
# File 'lib/vmware/soap/vim25.rb', line 22216

def operation
  @operation
end

#removeKeyObject

Returns the value of attribute removeKey.



22217
22218
22219
# File 'lib/vmware/soap/vim25.rb', line 22217

def removeKey
  @removeKey
end