Class: VirtualMachineQuickStats

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#distributedCpuEntitlementObject

Returns the value of attribute distributedCpuEntitlement.



24035
24036
24037
# File 'lib/vmware/soap/vim25.rb', line 24035

def distributedCpuEntitlement
  @distributedCpuEntitlement
end

#distributedMemoryEntitlementObject

Returns the value of attribute distributedMemoryEntitlement.



24036
24037
24038
# File 'lib/vmware/soap/vim25.rb', line 24036

def distributedMemoryEntitlement
  @distributedMemoryEntitlement
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24030
24031
24032
# File 'lib/vmware/soap/vim25.rb', line 24030

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24029
24030
24031
# File 'lib/vmware/soap/vim25.rb', line 24029

def dynamicType
  @dynamicType
end

#guestHeartbeatStatusObject

Returns the value of attribute guestHeartbeatStatus.



24034
24035
24036
# File 'lib/vmware/soap/vim25.rb', line 24034

def guestHeartbeatStatus
  @guestHeartbeatStatus
end

#guestMemoryUsageObject

Returns the value of attribute guestMemoryUsage.



24032
24033
24034
# File 'lib/vmware/soap/vim25.rb', line 24032

def guestMemoryUsage
  @guestMemoryUsage
end

#hostMemoryUsageObject

Returns the value of attribute hostMemoryUsage.



24033
24034
24035
# File 'lib/vmware/soap/vim25.rb', line 24033

def hostMemoryUsage
  @hostMemoryUsage
end

#overallCpuUsageObject

Returns the value of attribute overallCpuUsage.



24031
24032
24033
# File 'lib/vmware/soap/vim25.rb', line 24031

def overallCpuUsage
  @overallCpuUsage
end