Class: ExpiredEditionLicense

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

Overview

urn:vim25ExpiredEditionLicense

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) ⇒ ExpiredEditionLicense

Returns a new instance of ExpiredEditionLicense.



29413
29414
29415
29416
29417
29418
29419
# File 'lib/vmware/soap/vim25.rb', line 29413

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.



29410
29411
29412
# File 'lib/vmware/soap/vim25.rb', line 29410

def count
  @count
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29408
29409
29410
# File 'lib/vmware/soap/vim25.rb', line 29408

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29407
29408
29409
# File 'lib/vmware/soap/vim25.rb', line 29407

def dynamicType
  @dynamicType
end

#expirationDateObject

Returns the value of attribute expirationDate.



29411
29412
29413
# File 'lib/vmware/soap/vim25.rb', line 29411

def expirationDate
  @expirationDate
end

#featureObject

Returns the value of attribute feature.



29409
29410
29411
# File 'lib/vmware/soap/vim25.rb', line 29409

def feature
  @feature
end