Class: LicenseReservationInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- LicenseReservationInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseReservationInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
state - LicenseReservationInfoState
required - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#required ⇒ Object
Returns the value of attribute required.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, state = nil, required = nil) ⇒ LicenseReservationInfo
constructor
A new instance of LicenseReservationInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, state = nil, required = nil) ⇒ LicenseReservationInfo
Returns a new instance of LicenseReservationInfo.
1535 1536 1537 1538 1539 1540 1541 |
# File 'lib/vmware/soap/vim25.rb', line 1535 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, state = nil, required = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @state = state @required = required end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1530 1531 1532 |
# File 'lib/vmware/soap/vim25.rb', line 1530 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1529 1530 1531 |
# File 'lib/vmware/soap/vim25.rb', line 1529 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
1531 1532 1533 |
# File 'lib/vmware/soap/vim25.rb', line 1531 def key @key end |
#required ⇒ Object
Returns the value of attribute required.
1533 1534 1535 |
# File 'lib/vmware/soap/vim25.rb', line 1533 def required @required end |
#state ⇒ Object
Returns the value of attribute state.
1532 1533 1534 |
# File 'lib/vmware/soap/vim25.rb', line 1532 def state @state end |