Class: LicenseAvailabilityInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- LicenseAvailabilityInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseAvailabilityInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
feature - LicenseFeatureInfo
total - SOAP::SOAPInt
available - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], feature = nil, total = nil, available = nil) ⇒ LicenseAvailabilityInfo
constructor
A new instance of LicenseAvailabilityInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], feature = nil, total = nil, available = nil) ⇒ LicenseAvailabilityInfo
Returns a new instance of LicenseAvailabilityInfo.
1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/vmware/soap/vim25.rb', line 1557 def initialize(dynamicType = nil, dynamicProperty = [], feature = nil, total = nil, available = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @feature = feature @total = total @available = available end |
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available.
1555 1556 1557 |
# File 'lib/vmware/soap/vim25.rb', line 1555 def available @available end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1552 1553 1554 |
# File 'lib/vmware/soap/vim25.rb', line 1552 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1551 1552 1553 |
# File 'lib/vmware/soap/vim25.rb', line 1551 def dynamicType @dynamicType end |
#feature ⇒ Object
Returns the value of attribute feature.
1553 1554 1555 |
# File 'lib/vmware/soap/vim25.rb', line 1553 def feature @feature end |
#total ⇒ Object
Returns the value of attribute total.
1554 1555 1556 |
# File 'lib/vmware/soap/vim25.rb', line 1554 def total @total end |