Class: ResourceAllocationInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ResourceAllocationInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourceAllocationInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
reservation - SOAP::SOAPLong
- SOAP::SOAPBoolean
limit - SOAP::SOAPLong
shares - SharesInfo
overheadLimit - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#expandableReservation ⇒ Object
Returns the value of attribute expandableReservation.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#overheadLimit ⇒ Object
Returns the value of attribute overheadLimit.
-
#reservation ⇒ Object
Returns the value of attribute reservation.
-
#shares ⇒ Object
Returns the value of attribute shares.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], reservation = nil, expandableReservation = nil, limit = nil, shares = nil, overheadLimit = nil) ⇒ ResourceAllocationInfo
constructor
A new instance of ResourceAllocationInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], reservation = nil, expandableReservation = nil, limit = nil, shares = nil, overheadLimit = nil) ⇒ ResourceAllocationInfo
Returns a new instance of ResourceAllocationInfo.
2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/vmware/soap/vim25.rb', line 2012 def initialize(dynamicType = nil, dynamicProperty = [], reservation = nil, = nil, limit = nil, shares = nil, overheadLimit = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @reservation = reservation @expandableReservation = @limit = limit @shares = shares @overheadLimit = overheadLimit end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2005 2006 2007 |
# File 'lib/vmware/soap/vim25.rb', line 2005 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2004 2005 2006 |
# File 'lib/vmware/soap/vim25.rb', line 2004 def dynamicType @dynamicType end |
#expandableReservation ⇒ Object
Returns the value of attribute expandableReservation.
2007 2008 2009 |
# File 'lib/vmware/soap/vim25.rb', line 2007 def @expandableReservation end |
#limit ⇒ Object
Returns the value of attribute limit.
2008 2009 2010 |
# File 'lib/vmware/soap/vim25.rb', line 2008 def limit @limit end |
#overheadLimit ⇒ Object
Returns the value of attribute overheadLimit.
2010 2011 2012 |
# File 'lib/vmware/soap/vim25.rb', line 2010 def overheadLimit @overheadLimit end |
#reservation ⇒ Object
Returns the value of attribute reservation.
2006 2007 2008 |
# File 'lib/vmware/soap/vim25.rb', line 2006 def reservation @reservation end |
#shares ⇒ Object
Returns the value of attribute shares.
2009 2010 2011 |
# File 'lib/vmware/soap/vim25.rb', line 2009 def shares @shares end |