Class: LicenseAvailabilityInfo

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

Overview

urn:vim25LicenseAvailabilityInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
feature - LicenseFeatureInfo
total - SOAP::SOAPInt
available - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], feature = nil, total = nil, available = nil) ⇒ LicenseAvailabilityInfo

Returns a new instance of LicenseAvailabilityInfo.



1557
1558
1559
1560
1561
1562
1563
# File 'lib/vmware/soap/vim25.rb', line 1557

def initialize(dynamicType = nil, dynamicProperty = [], feature = nil, total = nil, available = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @feature = feature
  @total = total
  @available = available
end

Instance Attribute Details

#availableObject

Returns the value of attribute available.



1555
1556
1557
# File 'lib/vmware/soap/vim25.rb', line 1555

def available
  @available
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1552
1553
1554
# File 'lib/vmware/soap/vim25.rb', line 1552

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1551
1552
1553
# File 'lib/vmware/soap/vim25.rb', line 1551

def dynamicType
  @dynamicType
end

#featureObject

Returns the value of attribute feature.



1553
1554
1555
# File 'lib/vmware/soap/vim25.rb', line 1553

def feature
  @feature
end

#totalObject

Returns the value of attribute total.



1554
1555
1556
# File 'lib/vmware/soap/vim25.rb', line 1554

def total
  @total
end