Class: NotEnoughLicenses
- Inherits:
-
RuntimeFault
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NotEnoughLicenses
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
ExpiredFeatureLicense, HostInventoryFull, IncorrectHostInformation, InvalidEditionLicense, LicenseRestricted, LicenseSourceUnavailable, VmLimitLicense
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NotEnoughLicenses
constructor
A new instance of NotEnoughLicenses.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NotEnoughLicenses
Returns a new instance of NotEnoughLicenses.
29350 29351 29352 29353 |
# File 'lib/vmware/soap/vim25.rb', line 29350 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29348 29349 29350 |
# File 'lib/vmware/soap/vim25.rb', line 29348 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29347 29348 29349 |
# File 'lib/vmware/soap/vim25.rb', line 29347 def dynamicType @dynamicType end |