Class: ExpiredFeatureLicense

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

Overview

urn:vim25ExpiredFeatureLicense

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
feature - SOAP::SOAPString
count - SOAP::SOAPInt
expirationDate - SOAP::SOAPDateTime

Direct Known Subclasses

ExpiredAddonLicense, ExpiredEditionLicense

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], feature = nil, count = nil, expirationDate = nil) ⇒ ExpiredFeatureLicense

Returns a new instance of ExpiredFeatureLicense.



29369
29370
29371
29372
29373
29374
29375
# File 'lib/vmware/soap/vim25.rb', line 29369

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

Instance Attribute Details

#countObject

Returns the value of attribute count.



29366
29367
29368
# File 'lib/vmware/soap/vim25.rb', line 29366

def count
  @count
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29364
29365
29366
# File 'lib/vmware/soap/vim25.rb', line 29364

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29363
29364
29365
# File 'lib/vmware/soap/vim25.rb', line 29363

def dynamicType
  @dynamicType
end

#expirationDateObject

Returns the value of attribute expirationDate.



29367
29368
29369
# File 'lib/vmware/soap/vim25.rb', line 29367

def expirationDate
  @expirationDate
end

#featureObject

Returns the value of attribute feature.



29365
29366
29367
# File 'lib/vmware/soap/vim25.rb', line 29365

def feature
  @feature
end