Class: LicenseUsageInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- LicenseUsageInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseUsageInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
source - LicenseSource
sourceAvailable - SOAP::SOAPBoolean
reservationInfo - LicenseReservationInfo
featureInfo - LicenseFeatureInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#featureInfo ⇒ Object
Returns the value of attribute featureInfo.
-
#reservationInfo ⇒ Object
Returns the value of attribute reservationInfo.
-
#source ⇒ Object
Returns the value of attribute source.
-
#sourceAvailable ⇒ Object
Returns the value of attribute sourceAvailable.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], source = nil, sourceAvailable = nil, reservationInfo = [], featureInfo = []) ⇒ LicenseUsageInfo
constructor
A new instance of LicenseUsageInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], source = nil, sourceAvailable = nil, reservationInfo = [], featureInfo = []) ⇒ LicenseUsageInfo
Returns a new instance of LicenseUsageInfo.
1621 1622 1623 1624 1625 1626 1627 1628 |
# File 'lib/vmware/soap/vim25.rb', line 1621 def initialize(dynamicType = nil, dynamicProperty = [], source = nil, sourceAvailable = nil, reservationInfo = [], featureInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @source = source @sourceAvailable = sourceAvailable @reservationInfo = reservationInfo @featureInfo = featureInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1615 1616 1617 |
# File 'lib/vmware/soap/vim25.rb', line 1615 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1614 1615 1616 |
# File 'lib/vmware/soap/vim25.rb', line 1614 def dynamicType @dynamicType end |
#featureInfo ⇒ Object
Returns the value of attribute featureInfo.
1619 1620 1621 |
# File 'lib/vmware/soap/vim25.rb', line 1619 def featureInfo @featureInfo end |
#reservationInfo ⇒ Object
Returns the value of attribute reservationInfo.
1618 1619 1620 |
# File 'lib/vmware/soap/vim25.rb', line 1618 def reservationInfo @reservationInfo end |
#source ⇒ Object
Returns the value of attribute source.
1616 1617 1618 |
# File 'lib/vmware/soap/vim25.rb', line 1616 def source @source end |
#sourceAvailable ⇒ Object
Returns the value of attribute sourceAvailable.
1617 1618 1619 |
# File 'lib/vmware/soap/vim25.rb', line 1617 def sourceAvailable @sourceAvailable end |