public class CustomizationAdapterMapping extends DynamicData
Java class for CustomizationAdapterMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationAdapterMapping">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="macAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="adapter" type="{urn:vim25}CustomizationIPSettings"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationIPSettings |
adapter |
protected String |
macAddress |
| Constructor and Description |
|---|
CustomizationAdapterMapping() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationIPSettings |
getAdapter()
Gets the value of the adapter property.
|
String |
getMacAddress()
Gets the value of the macAddress property.
|
void |
setAdapter(CustomizationIPSettings value)
Sets the value of the adapter property.
|
void |
setMacAddress(String value)
Sets the value of the macAddress property.
|
protected String macAddress
protected CustomizationIPSettings adapter
public String getMacAddress()
Stringpublic void setMacAddress(String value)
value - allowed object is
Stringpublic CustomizationIPSettings getAdapter()
CustomizationIPSettingspublic void setAdapter(CustomizationIPSettings value)
value - allowed object is
CustomizationIPSettingsCopyright © 2018. All rights reserved.