public class HostVirtualNicSpec extends DynamicData
Java class for HostVirtualNicSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVirtualNicSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ip" type="{urn:vim25}HostIpConfig" minOccurs="0"/>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="distributedVirtualPort" type="{urn:vim25}DistributedVirtualSwitchPortConnection" minOccurs="0"/>
<element name="portgroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mtu" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="tsoEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="netStackInstanceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="opaqueNetwork" type="{urn:vim25}HostVirtualNicOpaqueNetworkSpec" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pinnedPnic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipRouteSpec" type="{urn:vim25}HostVirtualNicIpRouteSpec" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchPortConnection |
distributedVirtualPort |
protected String |
externalId |
protected HostIpConfig |
ip |
protected HostVirtualNicIpRouteSpec |
ipRouteSpec |
protected String |
mac |
protected Integer |
mtu |
protected String |
netStackInstanceKey |
protected HostVirtualNicOpaqueNetworkSpec |
opaqueNetwork |
protected String |
pinnedPnic |
protected String |
portgroup |
protected Boolean |
tsoEnabled |
| Constructor and Description |
|---|
HostVirtualNicSpec() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchPortConnection |
getDistributedVirtualPort()
Gets the value of the distributedVirtualPort property.
|
String |
getExternalId()
Gets the value of the externalId property.
|
HostIpConfig |
getIp()
Gets the value of the ip property.
|
HostVirtualNicIpRouteSpec |
getIpRouteSpec()
Gets the value of the ipRouteSpec property.
|
String |
getMac()
Gets the value of the mac property.
|
Integer |
getMtu()
Gets the value of the mtu property.
|
String |
getNetStackInstanceKey()
Gets the value of the netStackInstanceKey property.
|
HostVirtualNicOpaqueNetworkSpec |
getOpaqueNetwork()
Gets the value of the opaqueNetwork property.
|
String |
getPinnedPnic()
Gets the value of the pinnedPnic property.
|
String |
getPortgroup()
Gets the value of the portgroup property.
|
Boolean |
isTsoEnabled()
Gets the value of the tsoEnabled property.
|
void |
setDistributedVirtualPort(DistributedVirtualSwitchPortConnection value)
Sets the value of the distributedVirtualPort property.
|
void |
setExternalId(String value)
Sets the value of the externalId property.
|
void |
setIp(HostIpConfig value)
Sets the value of the ip property.
|
void |
setIpRouteSpec(HostVirtualNicIpRouteSpec value)
Sets the value of the ipRouteSpec property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setMtu(Integer value)
Sets the value of the mtu property.
|
void |
setNetStackInstanceKey(String value)
Sets the value of the netStackInstanceKey property.
|
void |
setOpaqueNetwork(HostVirtualNicOpaqueNetworkSpec value)
Sets the value of the opaqueNetwork property.
|
void |
setPinnedPnic(String value)
Sets the value of the pinnedPnic property.
|
void |
setPortgroup(String value)
Sets the value of the portgroup property.
|
void |
setTsoEnabled(Boolean value)
Sets the value of the tsoEnabled property.
|
protected HostIpConfig ip
protected String mac
protected DistributedVirtualSwitchPortConnection distributedVirtualPort
protected String portgroup
protected Integer mtu
protected Boolean tsoEnabled
protected String netStackInstanceKey
protected HostVirtualNicOpaqueNetworkSpec opaqueNetwork
protected String externalId
protected String pinnedPnic
protected HostVirtualNicIpRouteSpec ipRouteSpec
public HostIpConfig getIp()
HostIpConfigpublic void setIp(HostIpConfig value)
value - allowed object is
HostIpConfigpublic String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic DistributedVirtualSwitchPortConnection getDistributedVirtualPort()
DistributedVirtualSwitchPortConnectionpublic void setDistributedVirtualPort(DistributedVirtualSwitchPortConnection value)
value - allowed object is
DistributedVirtualSwitchPortConnectionpublic String getPortgroup()
Stringpublic void setPortgroup(String value)
value - allowed object is
Stringpublic Integer getMtu()
Integerpublic void setMtu(Integer value)
value - allowed object is
Integerpublic Boolean isTsoEnabled()
Booleanpublic void setTsoEnabled(Boolean value)
value - allowed object is
Booleanpublic String getNetStackInstanceKey()
Stringpublic void setNetStackInstanceKey(String value)
value - allowed object is
Stringpublic HostVirtualNicOpaqueNetworkSpec getOpaqueNetwork()
HostVirtualNicOpaqueNetworkSpecpublic void setOpaqueNetwork(HostVirtualNicOpaqueNetworkSpec value)
value - allowed object is
HostVirtualNicOpaqueNetworkSpecpublic String getExternalId()
Stringpublic void setExternalId(String value)
value - allowed object is
Stringpublic String getPinnedPnic()
Stringpublic void setPinnedPnic(String value)
value - allowed object is
Stringpublic HostVirtualNicIpRouteSpec getIpRouteSpec()
HostVirtualNicIpRouteSpecpublic void setIpRouteSpec(HostVirtualNicIpRouteSpec value)
value - allowed object is
HostVirtualNicIpRouteSpecCopyright © 2018. All rights reserved.