Class: ExpiredAddonLicense

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

Overview

urn:vim25ExpiredAddonLicense

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExpiredAddonLicense.

[View source]

29391
29392
29393
29394
29395
29396
29397
# File 'lib/vmware/soap/vim25.rb', line 29391

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.


29388
29389
29390
# File 'lib/vmware/soap/vim25.rb', line 29388

def count
  @count
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


29386
29387
29388
# File 'lib/vmware/soap/vim25.rb', line 29386

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


29385
29386
29387
# File 'lib/vmware/soap/vim25.rb', line 29385

def dynamicType
  @dynamicType
end

#expirationDateObject

Returns the value of attribute expirationDate.


29389
29390
29391
# File 'lib/vmware/soap/vim25.rb', line 29389

def expirationDate
  @expirationDate
end

#featureObject

Returns the value of attribute feature.


29387
29388
29389
# File 'lib/vmware/soap/vim25.rb', line 29387

def feature
  @feature
end