Class: ResourcePoolResourceUsage
- Inherits:
-
DynamicData
- Object
- DynamicData
- ResourcePoolResourceUsage
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourcePoolResourceUsage
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reservationUsed - SOAP::SOAPLong
reservationUsedForVm - SOAP::SOAPLong
unreservedForPool - SOAP::SOAPLong
unreservedForVm - SOAP::SOAPLong
overallUsage - SOAP::SOAPLong
maxUsage - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#maxUsage ⇒ Object
Returns the value of attribute maxUsage.
-
#overallUsage ⇒ Object
Returns the value of attribute overallUsage.
-
#reservationUsed ⇒ Object
Returns the value of attribute reservationUsed.
-
#reservationUsedForVm ⇒ Object
Returns the value of attribute reservationUsedForVm.
-
#unreservedForPool ⇒ Object
Returns the value of attribute unreservedForPool.
-
#unreservedForVm ⇒ Object
Returns the value of attribute unreservedForVm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], reservationUsed = nil, reservationUsedForVm = nil, unreservedForPool = nil, unreservedForVm = nil, overallUsage = nil, maxUsage = nil) ⇒ ResourcePoolResourceUsage
constructor
A new instance of ResourcePoolResourceUsage.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], reservationUsed = nil, reservationUsedForVm = nil, unreservedForPool = nil, unreservedForVm = nil, overallUsage = nil, maxUsage = nil) ⇒ ResourcePoolResourceUsage
Returns a new instance of ResourcePoolResourceUsage.
2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/vmware/soap/vim25.rb', line 2070 def initialize(dynamicType = nil, dynamicProperty = [], reservationUsed = nil, reservationUsedForVm = nil, unreservedForPool = nil, unreservedForVm = nil, overallUsage = nil, maxUsage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @reservationUsed = reservationUsed @reservationUsedForVm = reservationUsedForVm @unreservedForPool = unreservedForPool @unreservedForVm = unreservedForVm @overallUsage = overallUsage @maxUsage = maxUsage end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2062 2063 2064 |
# File 'lib/vmware/soap/vim25.rb', line 2062 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2061 2062 2063 |
# File 'lib/vmware/soap/vim25.rb', line 2061 def dynamicType @dynamicType end |
#maxUsage ⇒ Object
Returns the value of attribute maxUsage.
2068 2069 2070 |
# File 'lib/vmware/soap/vim25.rb', line 2068 def maxUsage @maxUsage end |
#overallUsage ⇒ Object
Returns the value of attribute overallUsage.
2067 2068 2069 |
# File 'lib/vmware/soap/vim25.rb', line 2067 def overallUsage @overallUsage end |
#reservationUsed ⇒ Object
Returns the value of attribute reservationUsed.
2063 2064 2065 |
# File 'lib/vmware/soap/vim25.rb', line 2063 def reservationUsed @reservationUsed end |
#reservationUsedForVm ⇒ Object
Returns the value of attribute reservationUsedForVm.
2064 2065 2066 |
# File 'lib/vmware/soap/vim25.rb', line 2064 def reservationUsedForVm @reservationUsedForVm end |
#unreservedForPool ⇒ Object
Returns the value of attribute unreservedForPool.
2065 2066 2067 |
# File 'lib/vmware/soap/vim25.rb', line 2065 def unreservedForPool @unreservedForPool end |
#unreservedForVm ⇒ Object
Returns the value of attribute unreservedForVm.
2066 2067 2068 |
# File 'lib/vmware/soap/vim25.rb', line 2066 def unreservedForVm @unreservedForVm end |