Class: NotEnoughLogicalCpus
- Inherits:
-
NotEnoughCpus
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- NotEnoughCpus
- NotEnoughLogicalCpus
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#numCpuDest ⇒ Object
Returns the value of attribute numCpuDest.
-
#numCpuVm ⇒ Object
Returns the value of attribute numCpuVm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], numCpuDest = nil, numCpuVm = nil, host = nil) ⇒ NotEnoughLogicalCpus
constructor
A new instance of NotEnoughLogicalCpus.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33219 33220 33221 |
# File 'lib/vmware/soap/vim25.rb', line 33219 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33218 33219 33220 |
# File 'lib/vmware/soap/vim25.rb', line 33218 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
33222 33223 33224 |
# File 'lib/vmware/soap/vim25.rb', line 33222 def host @host end |
#numCpuDest ⇒ Object
Returns the value of attribute numCpuDest.
33220 33221 33222 |
# File 'lib/vmware/soap/vim25.rb', line 33220 def numCpuDest @numCpuDest end |
#numCpuVm ⇒ Object
Returns the value of attribute numCpuVm.
33221 33222 33223 |
# File 'lib/vmware/soap/vim25.rb', line 33221 def numCpuVm @numCpuVm end |