Class: VmLimitLicense
- Inherits:
-
NotEnoughLicenses
- Object
- MethodFault
- RuntimeFault
- NotEnoughLicenses
- VmLimitLicense
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmLimitLicense
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
limit - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#limit ⇒ Object
Returns the value of attribute limit.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], limit = nil) ⇒ VmLimitLicense
constructor
A new instance of VmLimitLicense.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], limit = nil) ⇒ VmLimitLicense
Returns a new instance of VmLimitLicense.
29505 29506 29507 29508 29509 |
# File 'lib/vmware/soap/vim25.rb', line 29505 def initialize(dynamicType = nil, dynamicProperty = [], limit = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @limit = limit end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29502 29503 29504 |
# File 'lib/vmware/soap/vim25.rb', line 29502 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29501 29502 29503 |
# File 'lib/vmware/soap/vim25.rb', line 29501 def dynamicType @dynamicType end |
permalink #limit ⇒ Object
Returns the value of attribute limit.
29503 29504 29505 |
# File 'lib/vmware/soap/vim25.rb', line 29503 def limit @limit end |