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