Class: ComputeResourceSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- ComputeResourceSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ComputeResourceSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
totalCpu - SOAP::SOAPInt
totalMemory - SOAP::SOAPLong
numCpuCores - SOAP::SOAPShort
numCpuThreads - SOAP::SOAPShort
effectiveCpu - SOAP::SOAPInt
effectiveMemory - SOAP::SOAPLong
numHosts - SOAP::SOAPInt
numEffectiveHosts - SOAP::SOAPInt
overallStatus - ManagedEntityStatus
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#effectiveCpu ⇒ Object
Returns the value of attribute effectiveCpu.
-
#effectiveMemory ⇒ Object
Returns the value of attribute effectiveMemory.
-
#numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
-
#numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
-
#numEffectiveHosts ⇒ Object
Returns the value of attribute numEffectiveHosts.
-
#numHosts ⇒ Object
Returns the value of attribute numHosts.
-
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
-
#totalCpu ⇒ Object
Returns the value of attribute totalCpu.
-
#totalMemory ⇒ Object
Returns the value of attribute totalMemory.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], totalCpu = nil, totalMemory = nil, numCpuCores = nil, numCpuThreads = nil, effectiveCpu = nil, effectiveMemory = nil, numHosts = nil, numEffectiveHosts = nil, overallStatus = nil) ⇒ ComputeResourceSummary
constructor
A new instance of ComputeResourceSummary.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], totalCpu = nil, totalMemory = nil, numCpuCores = nil, numCpuThreads = nil, effectiveCpu = nil, effectiveMemory = nil, numHosts = nil, numEffectiveHosts = nil, overallStatus = nil) ⇒ ComputeResourceSummary
Returns a new instance of ComputeResourceSummary.
496 497 498 499 500 501 502 503 504 505 506 507 508 |
# File 'lib/vmware/soap/vim25.rb', line 496 def initialize(dynamicType = nil, dynamicProperty = [], totalCpu = nil, totalMemory = nil, numCpuCores = nil, numCpuThreads = nil, effectiveCpu = nil, effectiveMemory = nil, numHosts = nil, numEffectiveHosts = nil, overallStatus = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @totalCpu = totalCpu @totalMemory = totalMemory @numCpuCores = numCpuCores @numCpuThreads = numCpuThreads @effectiveCpu = effectiveCpu @effectiveMemory = effectiveMemory @numHosts = numHosts @numEffectiveHosts = numEffectiveHosts @overallStatus = overallStatus end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
485 486 487 |
# File 'lib/vmware/soap/vim25.rb', line 485 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
484 485 486 |
# File 'lib/vmware/soap/vim25.rb', line 484 def dynamicType @dynamicType end |
permalink #effectiveCpu ⇒ Object
Returns the value of attribute effectiveCpu.
490 491 492 |
# File 'lib/vmware/soap/vim25.rb', line 490 def effectiveCpu @effectiveCpu end |
permalink #effectiveMemory ⇒ Object
Returns the value of attribute effectiveMemory.
491 492 493 |
# File 'lib/vmware/soap/vim25.rb', line 491 def effectiveMemory @effectiveMemory end |
permalink #numCpuCores ⇒ Object
Returns the value of attribute numCpuCores.
488 489 490 |
# File 'lib/vmware/soap/vim25.rb', line 488 def numCpuCores @numCpuCores end |
permalink #numCpuThreads ⇒ Object
Returns the value of attribute numCpuThreads.
489 490 491 |
# File 'lib/vmware/soap/vim25.rb', line 489 def numCpuThreads @numCpuThreads end |
permalink #numEffectiveHosts ⇒ Object
Returns the value of attribute numEffectiveHosts.
493 494 495 |
# File 'lib/vmware/soap/vim25.rb', line 493 def numEffectiveHosts @numEffectiveHosts end |
permalink #numHosts ⇒ Object
Returns the value of attribute numHosts.
492 493 494 |
# File 'lib/vmware/soap/vim25.rb', line 492 def numHosts @numHosts end |
permalink #overallStatus ⇒ Object
Returns the value of attribute overallStatus.
494 495 496 |
# File 'lib/vmware/soap/vim25.rb', line 494 def overallStatus @overallStatus end |
permalink #totalCpu ⇒ Object
Returns the value of attribute totalCpu.
486 487 488 |
# File 'lib/vmware/soap/vim25.rb', line 486 def totalCpu @totalCpu end |
permalink #totalMemory ⇒ Object
Returns the value of attribute totalMemory.
487 488 489 |
# File 'lib/vmware/soap/vim25.rb', line 487 def totalMemory @totalMemory end |