Class: CustomizationAdapterMapping

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

Overview

urn:vim25CustomizationAdapterMapping

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
macAddress - SOAP::SOAPString
adapter - CustomizationIPSettings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], macAddress = nil, adapter = nil) ⇒ CustomizationAdapterMapping

Returns a new instance of CustomizationAdapterMapping.



25045
25046
25047
25048
25049
25050
# File 'lib/vmware/soap/vim25.rb', line 25045

def initialize(dynamicType = nil, dynamicProperty = [], macAddress = nil, adapter = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @macAddress = macAddress
  @adapter = adapter
end

Instance Attribute Details

#adapterObject

Returns the value of attribute adapter.



25043
25044
25045
# File 'lib/vmware/soap/vim25.rb', line 25043

def adapter
  @adapter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25041
25042
25043
# File 'lib/vmware/soap/vim25.rb', line 25041

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25040
25041
25042
# File 'lib/vmware/soap/vim25.rb', line 25040

def dynamicType
  @dynamicType
end

#macAddressObject

Returns the value of attribute macAddress.



25042
25043
25044
# File 'lib/vmware/soap/vim25.rb', line 25042

def macAddress
  @macAddress
end