public class VsanHostConfigInfoNetworkInfoPortConfig extends DynamicData
Java class for VsanHostConfigInfoNetworkInfoPortConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostConfigInfoNetworkInfoPortConfig">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipConfig" type="{urn:vim25}VsanHostIpConfig" minOccurs="0"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected VsanHostIpConfig |
ipConfig |
| Constructor and Description |
|---|
VsanHostConfigInfoNetworkInfoPortConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
VsanHostIpConfig |
getIpConfig()
Gets the value of the ipConfig property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setIpConfig(VsanHostIpConfig value)
Sets the value of the ipConfig property.
|
protected VsanHostIpConfig ipConfig
protected String device
public VsanHostConfigInfoNetworkInfoPortConfig()
public VsanHostIpConfig getIpConfig()
VsanHostIpConfigpublic void setIpConfig(VsanHostIpConfig value)
value - allowed object is
VsanHostIpConfigpublic String getDevice()
StringCopyright © 2018. All rights reserved.