Class: HostInventoryFull
- Inherits:
-
NotEnoughLicenses
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- HostInventoryFull
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInventoryFull
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
capacity - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], capacity = nil) ⇒ HostInventoryFull
constructor
A new instance of HostInventoryFull.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], capacity = nil) ⇒ HostInventoryFull
Returns a new instance of HostInventoryFull.
29431 29432 29433 29434 29435 |
# File 'lib/vmware/soap/vim25.rb', line 29431 def initialize(dynamicType = nil, dynamicProperty = [], capacity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @capacity = capacity end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
29429 29430 29431 |
# File 'lib/vmware/soap/vim25.rb', line 29429 def capacity @capacity end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29428 29429 29430 |
# File 'lib/vmware/soap/vim25.rb', line 29428 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29427 29428 29429 |
# File 'lib/vmware/soap/vim25.rb', line 29427 def dynamicType @dynamicType end |