Class: VirtualMachineCpuIdInfoSpec
- Inherits:
-
ArrayUpdateSpec
- Object
- DynamicData
- ArrayUpdateSpec
- VirtualMachineCpuIdInfoSpec
- 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
-
#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) ⇒ VirtualMachineCpuIdInfoSpec
constructor
A new instance of VirtualMachineCpuIdInfoSpec.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22215 22216 22217 |
# File 'lib/vmware/soap/vim25.rb', line 22215 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22214 22215 22216 |
# File 'lib/vmware/soap/vim25.rb', line 22214 def dynamicType @dynamicType end |
#info ⇒ Object
Returns the value of attribute info.
22218 22219 22220 |
# File 'lib/vmware/soap/vim25.rb', line 22218 def info @info end |
#operation ⇒ Object
Returns the value of attribute operation.
22216 22217 22218 |
# File 'lib/vmware/soap/vim25.rb', line 22216 def operation @operation end |
#removeKey ⇒ Object
Returns the value of attribute removeKey.
22217 22218 22219 |
# File 'lib/vmware/soap/vim25.rb', line 22217 def removeKey @removeKey end |