Class: NotEnoughCpus

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

Overview

urn:vim25NotEnoughCpus

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numCpuDest - SOAP::SOAPInt
numCpuVm - SOAP::SOAPInt

Direct Known Subclasses

NotEnoughLogicalCpus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], numCpuDest = nil, numCpuVm = nil) ⇒ NotEnoughCpus

Returns a new instance of NotEnoughCpus.



33203
33204
33205
33206
33207
33208
# File 'lib/vmware/soap/vim25.rb', line 33203

def initialize(dynamicType = nil, dynamicProperty = [], numCpuDest = nil, numCpuVm = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @numCpuDest = numCpuDest
  @numCpuVm = numCpuVm
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33199
33200
33201
# File 'lib/vmware/soap/vim25.rb', line 33199

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33198
33199
33200
# File 'lib/vmware/soap/vim25.rb', line 33198

def dynamicType
  @dynamicType
end

#numCpuDestObject

Returns the value of attribute numCpuDest.



33200
33201
33202
# File 'lib/vmware/soap/vim25.rb', line 33200

def numCpuDest
  @numCpuDest
end

#numCpuVmObject

Returns the value of attribute numCpuVm.



33201
33202
33203
# File 'lib/vmware/soap/vim25.rb', line 33201

def numCpuVm
  @numCpuVm
end