Class: ExpiredEditionLicense
- Inherits:
-
ExpiredFeatureLicense
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- ExpiredFeatureLicense
- ExpiredEditionLicense
- 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
-
#count ⇒ Object
Returns the value of attribute count.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
-
#feature ⇒ Object
Returns the value of attribute feature.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], feature = nil, count = nil, expirationDate = nil) ⇒ ExpiredEditionLicense
constructor
A new instance of ExpiredEditionLicense.
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
#count ⇒ Object
Returns the value of attribute count.
29410 29411 29412 |
# File 'lib/vmware/soap/vim25.rb', line 29410 def count @count end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29408 29409 29410 |
# File 'lib/vmware/soap/vim25.rb', line 29408 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29407 29408 29409 |
# File 'lib/vmware/soap/vim25.rb', line 29407 def dynamicType @dynamicType end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
29411 29412 29413 |
# File 'lib/vmware/soap/vim25.rb', line 29411 def expirationDate @expirationDate end |
#feature ⇒ Object
Returns the value of attribute feature.
29409 29410 29411 |
# File 'lib/vmware/soap/vim25.rb', line 29409 def feature @feature end |