Class: LicenseReservationInfo

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

Overview

urn:vim25LicenseReservationInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
state - LicenseReservationInfoState
required - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, state = nil, required = nil) ⇒ LicenseReservationInfo

Returns a new instance of LicenseReservationInfo.



1535
1536
1537
1538
1539
1540
1541
# File 'lib/vmware/soap/vim25.rb', line 1535

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, state = nil, required = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @state = state
  @required = required
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1530
1531
1532
# File 'lib/vmware/soap/vim25.rb', line 1530

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1529
1530
1531
# File 'lib/vmware/soap/vim25.rb', line 1529

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



1531
1532
1533
# File 'lib/vmware/soap/vim25.rb', line 1531

def key
  @key
end

#requiredObject

Returns the value of attribute required.



1533
1534
1535
# File 'lib/vmware/soap/vim25.rb', line 1533

def required
  @required
end

#stateObject

Returns the value of attribute state.



1532
1533
1534
# File 'lib/vmware/soap/vim25.rb', line 1532

def state
  @state
end