public class HostVirtualNicConnection extends DynamicData
Java class for HostVirtualNicConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVirtualNicConnection">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="portgroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dvPort" type="{urn:vim25}DistributedVirtualSwitchPortConnection" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchPortConnection |
dvPort |
protected String |
portgroup |
| Constructor and Description |
|---|
HostVirtualNicConnection() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchPortConnection |
getDvPort()
Gets the value of the dvPort property.
|
String |
getPortgroup()
Gets the value of the portgroup property.
|
void |
setDvPort(DistributedVirtualSwitchPortConnection value)
Sets the value of the dvPort property.
|
void |
setPortgroup(String value)
Sets the value of the portgroup property.
|
protected String portgroup
protected DistributedVirtualSwitchPortConnection dvPort
public String getPortgroup()
Stringpublic void setPortgroup(String value)
value - allowed object is
Stringpublic DistributedVirtualSwitchPortConnection getDvPort()
DistributedVirtualSwitchPortConnectionpublic void setDvPort(DistributedVirtualSwitchPortConnection value)
value - allowed object is
DistributedVirtualSwitchPortConnectionCopyright © 2018. All rights reserved.