Class: VmLimitLicense

Inherits:
NotEnoughLicenses show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmLimitLicense

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
limit - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], limit = nil) ⇒ VmLimitLicense

Returns a new instance of VmLimitLicense.

[View source]

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


29502
29503
29504
# File 'lib/vmware/soap/vim25.rb', line 29502

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


29501
29502
29503
# File 'lib/vmware/soap/vim25.rb', line 29501

def dynamicType
  @dynamicType
end

#limitObject

Returns the value of attribute limit.


29503
29504
29505
# File 'lib/vmware/soap/vim25.rb', line 29503

def limit
  @limit
end