Class: LicenseUsageInfo

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

Overview

urn:vim25LicenseUsageInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
source - LicenseSource
sourceAvailable - SOAP::SOAPBoolean
reservationInfo - LicenseReservationInfo
featureInfo - LicenseFeatureInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], source = nil, sourceAvailable = nil, reservationInfo = [], featureInfo = []) ⇒ LicenseUsageInfo

Returns a new instance of LicenseUsageInfo.



1621
1622
1623
1624
1625
1626
1627
1628
# File 'lib/vmware/soap/vim25.rb', line 1621

def initialize(dynamicType = nil, dynamicProperty = [], source = nil, sourceAvailable = nil, reservationInfo = [], featureInfo = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @source = source
  @sourceAvailable = sourceAvailable
  @reservationInfo = reservationInfo
  @featureInfo = featureInfo
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1615
1616
1617
# File 'lib/vmware/soap/vim25.rb', line 1615

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1614
1615
1616
# File 'lib/vmware/soap/vim25.rb', line 1614

def dynamicType
  @dynamicType
end

#featureInfoObject

Returns the value of attribute featureInfo.



1619
1620
1621
# File 'lib/vmware/soap/vim25.rb', line 1619

def featureInfo
  @featureInfo
end

#reservationInfoObject

Returns the value of attribute reservationInfo.



1618
1619
1620
# File 'lib/vmware/soap/vim25.rb', line 1618

def reservationInfo
  @reservationInfo
end

#sourceObject

Returns the value of attribute source.



1616
1617
1618
# File 'lib/vmware/soap/vim25.rb', line 1616

def source
  @source
end

#sourceAvailableObject

Returns the value of attribute sourceAvailable.



1617
1618
1619
# File 'lib/vmware/soap/vim25.rb', line 1617

def sourceAvailable
  @sourceAvailable
end