Class: ResourcePoolRuntimeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ResourcePoolRuntimeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourcePoolRuntimeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
memory - ResourcePoolResourceUsage
cpu - ResourcePoolResourceUsage
overallStatus - ManagedEntityStatus
Instance Attribute Summary collapse
-
#cpu ⇒ Object
Returns the value of attribute cpu.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#memory ⇒ Object
Returns the value of attribute memory.
-
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], memory = nil, cpu = nil, overallStatus = nil) ⇒ ResourcePoolRuntimeInfo
constructor
A new instance of ResourcePoolRuntimeInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], memory = nil, cpu = nil, overallStatus = nil) ⇒ ResourcePoolRuntimeInfo
Returns a new instance of ResourcePoolRuntimeInfo.
2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/vmware/soap/vim25.rb', line 2095 def initialize(dynamicType = nil, dynamicProperty = [], memory = nil, cpu = nil, overallStatus = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @memory = memory @cpu = cpu @overallStatus = overallStatus end |
Instance Attribute Details
#cpu ⇒ Object
Returns the value of attribute cpu.
2092 2093 2094 |
# File 'lib/vmware/soap/vim25.rb', line 2092 def cpu @cpu end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2090 2091 2092 |
# File 'lib/vmware/soap/vim25.rb', line 2090 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2089 2090 2091 |
# File 'lib/vmware/soap/vim25.rb', line 2089 def dynamicType @dynamicType end |
#memory ⇒ Object
Returns the value of attribute memory.
2091 2092 2093 |
# File 'lib/vmware/soap/vim25.rb', line 2091 def memory @memory end |
#overallStatus ⇒ Object
Returns the value of attribute overallStatus.
2093 2094 2095 |
# File 'lib/vmware/soap/vim25.rb', line 2093 def overallStatus @overallStatus end |