Class: VirtualMachineQuickStats
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineQuickStats
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineQuickStats
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
overallCpuUsage - SOAP::SOAPInt
guestMemoryUsage - SOAP::SOAPInt
hostMemoryUsage - SOAP::SOAPInt
guestHeartbeatStatus - ManagedEntityStatus
distributedCpuEntitlement - SOAP::SOAPInt
distributedMemoryEntitlement - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#distributedCpuEntitlement ⇒ Object
Returns the value of attribute distributedCpuEntitlement.
-
#distributedMemoryEntitlement ⇒ Object
Returns the value of attribute distributedMemoryEntitlement.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#guestHeartbeatStatus ⇒ Object
Returns the value of attribute guestHeartbeatStatus.
-
#guestMemoryUsage ⇒ Object
Returns the value of attribute guestMemoryUsage.
-
#hostMemoryUsage ⇒ Object
Returns the value of attribute hostMemoryUsage.
-
#overallCpuUsage ⇒ Object
Returns the value of attribute overallCpuUsage.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, guestMemoryUsage = nil, hostMemoryUsage = nil, guestHeartbeatStatus = nil, distributedCpuEntitlement = nil, distributedMemoryEntitlement = nil) ⇒ VirtualMachineQuickStats
constructor
A new instance of VirtualMachineQuickStats.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, guestMemoryUsage = nil, hostMemoryUsage = nil, guestHeartbeatStatus = nil, distributedCpuEntitlement = nil, distributedMemoryEntitlement = nil) ⇒ VirtualMachineQuickStats
Returns a new instance of VirtualMachineQuickStats.
24038 24039 24040 24041 24042 24043 24044 24045 24046 24047 |
# File 'lib/vmware/soap/vim25.rb', line 24038 def initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, guestMemoryUsage = nil, hostMemoryUsage = nil, guestHeartbeatStatus = nil, distributedCpuEntitlement = nil, distributedMemoryEntitlement = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @overallCpuUsage = overallCpuUsage @guestMemoryUsage = guestMemoryUsage @hostMemoryUsage = hostMemoryUsage @guestHeartbeatStatus = guestHeartbeatStatus @distributedCpuEntitlement = distributedCpuEntitlement @distributedMemoryEntitlement = distributedMemoryEntitlement end |
Instance Attribute Details
#distributedCpuEntitlement ⇒ Object
Returns the value of attribute distributedCpuEntitlement.
24035 24036 24037 |
# File 'lib/vmware/soap/vim25.rb', line 24035 def distributedCpuEntitlement @distributedCpuEntitlement end |
#distributedMemoryEntitlement ⇒ Object
Returns the value of attribute distributedMemoryEntitlement.
24036 24037 24038 |
# File 'lib/vmware/soap/vim25.rb', line 24036 def distributedMemoryEntitlement @distributedMemoryEntitlement end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24030 24031 24032 |
# File 'lib/vmware/soap/vim25.rb', line 24030 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24029 24030 24031 |
# File 'lib/vmware/soap/vim25.rb', line 24029 def dynamicType @dynamicType end |
#guestHeartbeatStatus ⇒ Object
Returns the value of attribute guestHeartbeatStatus.
24034 24035 24036 |
# File 'lib/vmware/soap/vim25.rb', line 24034 def guestHeartbeatStatus @guestHeartbeatStatus end |
#guestMemoryUsage ⇒ Object
Returns the value of attribute guestMemoryUsage.
24032 24033 24034 |
# File 'lib/vmware/soap/vim25.rb', line 24032 def guestMemoryUsage @guestMemoryUsage end |
#hostMemoryUsage ⇒ Object
Returns the value of attribute hostMemoryUsage.
24033 24034 24035 |
# File 'lib/vmware/soap/vim25.rb', line 24033 def hostMemoryUsage @hostMemoryUsage end |
#overallCpuUsage ⇒ Object
Returns the value of attribute overallCpuUsage.
24031 24032 24033 |
# File 'lib/vmware/soap/vim25.rb', line 24031 def overallCpuUsage @overallCpuUsage end |