Class: LocalLicenseSource
- Inherits:
-
LicenseSource
- Object
- DynamicData
- LicenseSource
- LocalLicenseSource
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LocalLicenseSource
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
licenseKeys - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licenseKeys ⇒ Object
Returns the value of attribute licenseKeys.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], licenseKeys = nil) ⇒ LocalLicenseSource
constructor
A new instance of LocalLicenseSource.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], licenseKeys = nil) ⇒ LocalLicenseSource
Returns a new instance of LocalLicenseSource.
1459 1460 1461 1462 1463 |
# File 'lib/vmware/soap/vim25.rb', line 1459 def initialize(dynamicType = nil, dynamicProperty = [], licenseKeys = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @licenseKeys = licenseKeys end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1456 1457 1458 |
# File 'lib/vmware/soap/vim25.rb', line 1456 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1455 1456 1457 |
# File 'lib/vmware/soap/vim25.rb', line 1455 def dynamicType @dynamicType end |
#licenseKeys ⇒ Object
Returns the value of attribute licenseKeys.
1457 1458 1459 |
# File 'lib/vmware/soap/vim25.rb', line 1457 def licenseKeys @licenseKeys end |