Class: HostListSummaryQuickStats
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostListSummaryQuickStats
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostListSummaryQuickStats
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
overallCpuUsage - SOAP::SOAPInt
overallMemoryUsage - SOAP::SOAPInt
distributedCpuFairness - SOAP::SOAPInt
distributedMemoryFairness - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#distributedCpuFairness ⇒ Object
Returns the value of attribute distributedCpuFairness.
-
#distributedMemoryFairness ⇒ Object
Returns the value of attribute distributedMemoryFairness.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#overallCpuUsage ⇒ Object
Returns the value of attribute overallCpuUsage.
-
#overallMemoryUsage ⇒ Object
Returns the value of attribute overallMemoryUsage.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, overallMemoryUsage = nil, distributedCpuFairness = nil, distributedMemoryFairness = nil) ⇒ HostListSummaryQuickStats
constructor
A new instance of HostListSummaryQuickStats.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, overallMemoryUsage = nil, distributedCpuFairness = nil, distributedMemoryFairness = nil) ⇒ HostListSummaryQuickStats
Returns a new instance of HostListSummaryQuickStats.
21570 21571 21572 21573 21574 21575 21576 21577 |
# File 'lib/vmware/soap/vim25.rb', line 21570 def initialize(dynamicType = nil, dynamicProperty = [], overallCpuUsage = nil, overallMemoryUsage = nil, distributedCpuFairness = nil, distributedMemoryFairness = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @overallCpuUsage = overallCpuUsage @overallMemoryUsage = overallMemoryUsage @distributedCpuFairness = distributedCpuFairness @distributedMemoryFairness = distributedMemoryFairness end |
Instance Attribute Details
permalink #distributedCpuFairness ⇒ Object
Returns the value of attribute distributedCpuFairness.
21567 21568 21569 |
# File 'lib/vmware/soap/vim25.rb', line 21567 def distributedCpuFairness @distributedCpuFairness end |
permalink #distributedMemoryFairness ⇒ Object
Returns the value of attribute distributedMemoryFairness.
21568 21569 21570 |
# File 'lib/vmware/soap/vim25.rb', line 21568 def distributedMemoryFairness @distributedMemoryFairness end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21564 21565 21566 |
# File 'lib/vmware/soap/vim25.rb', line 21564 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21563 21564 21565 |
# File 'lib/vmware/soap/vim25.rb', line 21563 def dynamicType @dynamicType end |
permalink #overallCpuUsage ⇒ Object
Returns the value of attribute overallCpuUsage.
21565 21566 21567 |
# File 'lib/vmware/soap/vim25.rb', line 21565 def overallCpuUsage @overallCpuUsage end |
permalink #overallMemoryUsage ⇒ Object
Returns the value of attribute overallMemoryUsage.
21566 21567 21568 |
# File 'lib/vmware/soap/vim25.rb', line 21566 def overallMemoryUsage @overallMemoryUsage end |