Class: LocalLicenseSource

Inherits:
LicenseSource show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25LocalLicenseSource

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
licenseKeys - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1456
1457
1458
# File 'lib/vmware/soap/vim25.rb', line 1456

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1455
1456
1457
# File 'lib/vmware/soap/vim25.rb', line 1455

def dynamicType
  @dynamicType
end

#licenseKeysObject

Returns the value of attribute licenseKeys.



1457
1458
1459
# File 'lib/vmware/soap/vim25.rb', line 1457

def licenseKeys
  @licenseKeys
end