Class: InvalidLicense

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

Overview

urn:vim25InvalidLicense

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
licenseContent - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], licenseContent = nil) ⇒ InvalidLicense

Returns a new instance of InvalidLicense.



30798
30799
30800
30801
30802
# File 'lib/vmware/soap/vim25.rb', line 30798

def initialize(dynamicType = nil, dynamicProperty = [], licenseContent = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @licenseContent = licenseContent
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30795
30796
30797
# File 'lib/vmware/soap/vim25.rb', line 30795

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30794
30795
30796
# File 'lib/vmware/soap/vim25.rb', line 30794

def dynamicType
  @dynamicType
end

#licenseContentObject

Returns the value of attribute licenseContent.



30796
30797
30798
# File 'lib/vmware/soap/vim25.rb', line 30796

def licenseContent
  @licenseContent
end