Class: InvalidEditionLicense

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

Overview

urn:vim25InvalidEditionLicense

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
feature - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], feature = nil) ⇒ InvalidEditionLicense

Returns a new instance of InvalidEditionLicense.



29460
29461
29462
29463
29464
# File 'lib/vmware/soap/vim25.rb', line 29460

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29457
29458
29459
# File 'lib/vmware/soap/vim25.rb', line 29457

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29456
29457
29458
# File 'lib/vmware/soap/vim25.rb', line 29456

def dynamicType
  @dynamicType
end

#featureObject

Returns the value of attribute feature.



29458
29459
29460
# File 'lib/vmware/soap/vim25.rb', line 29458

def feature
  @feature
end