Class: ExpiredAddonLicense
- Inherits:
-
ExpiredFeatureLicense
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- ExpiredFeatureLicense
- ExpiredAddonLicense
- 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
-
#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) ⇒ ExpiredAddonLicense
constructor
A new instance of ExpiredAddonLicense.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], feature = nil, count = nil, expirationDate = nil) ⇒ ExpiredAddonLicense
Returns a new instance of ExpiredAddonLicense.
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
permalink #count ⇒ Object
Returns the value of attribute count.
29388 29389 29390 |
# File 'lib/vmware/soap/vim25.rb', line 29388 def count @count end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29386 29387 29388 |
# File 'lib/vmware/soap/vim25.rb', line 29386 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29385 29386 29387 |
# File 'lib/vmware/soap/vim25.rb', line 29385 def dynamicType @dynamicType end |
permalink #expirationDate ⇒ Object
Returns the value of attribute expirationDate.
29389 29390 29391 |
# File 'lib/vmware/soap/vim25.rb', line 29389 def expirationDate @expirationDate end |
permalink #feature ⇒ Object
Returns the value of attribute feature.
29387 29388 29389 |
# File 'lib/vmware/soap/vim25.rb', line 29387 def feature @feature end |