Class: NotEnoughLogicalCpus

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

Overview

urn:vim25NotEnoughLogicalCpus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotEnoughLogicalCpus.



33224
33225
33226
33227
33228
33229
33230
# File 'lib/vmware/soap/vim25.rb', line 33224

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33219
33220
33221
# File 'lib/vmware/soap/vim25.rb', line 33219

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33218
33219
33220
# File 'lib/vmware/soap/vim25.rb', line 33218

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



33222
33223
33224
# File 'lib/vmware/soap/vim25.rb', line 33222

def host
  @host
end

#numCpuDestObject

Returns the value of attribute numCpuDest.



33220
33221
33222
# File 'lib/vmware/soap/vim25.rb', line 33220

def numCpuDest
  @numCpuDest
end

#numCpuVmObject

Returns the value of attribute numCpuVm.



33221
33222
33223
# File 'lib/vmware/soap/vim25.rb', line 33221

def numCpuVm
  @numCpuVm
end