Class: ExpiredFeatureLicense
- Inherits:
-
NotEnoughLicenses
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- ExpiredFeatureLicense
- 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
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) ⇒ ExpiredFeatureLicense
constructor
A new instance of ExpiredFeatureLicense.
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
#count ⇒ Object
Returns the value of attribute count.
29366 29367 29368 |
# File 'lib/vmware/soap/vim25.rb', line 29366 def count @count end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29364 29365 29366 |
# File 'lib/vmware/soap/vim25.rb', line 29364 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29363 29364 29365 |
# File 'lib/vmware/soap/vim25.rb', line 29363 def dynamicType @dynamicType end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
29367 29368 29369 |
# File 'lib/vmware/soap/vim25.rb', line 29367 def expirationDate @expirationDate end |
#feature ⇒ Object
Returns the value of attribute feature.
29365 29366 29367 |
# File 'lib/vmware/soap/vim25.rb', line 29365 def feature @feature end |