Class: CustomizationAdapterMapping
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationAdapterMapping
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationAdapterMapping
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
macAddress - SOAP::SOAPString
adapter - CustomizationIPSettings
Instance Attribute Summary collapse
-
#adapter ⇒ Object
Returns the value of attribute adapter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#macAddress ⇒ Object
Returns the value of attribute macAddress.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], macAddress = nil, adapter = nil) ⇒ CustomizationAdapterMapping
constructor
A new instance of CustomizationAdapterMapping.
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
#adapter ⇒ Object
Returns the value of attribute adapter.
25043 25044 25045 |
# File 'lib/vmware/soap/vim25.rb', line 25043 def adapter @adapter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25041 25042 25043 |
# File 'lib/vmware/soap/vim25.rb', line 25041 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25040 25041 25042 |
# File 'lib/vmware/soap/vim25.rb', line 25040 def dynamicType @dynamicType end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
25042 25043 25044 |
# File 'lib/vmware/soap/vim25.rb', line 25042 def macAddress @macAddress end |