public class DistributedVirtualSwitchHostMemberPnicSpec extends DynamicData
Java class for DistributedVirtualSwitchHostMemberPnicSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchHostMemberPnicSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="pnicDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uplinkPortKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uplinkPortgroupKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="connectionCookie" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
connectionCookie |
protected String |
pnicDevice |
protected String |
uplinkPortgroupKey |
protected String |
uplinkPortKey |
| Constructor and Description |
|---|
DistributedVirtualSwitchHostMemberPnicSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectionCookie()
Gets the value of the connectionCookie property.
|
String |
getPnicDevice()
Gets the value of the pnicDevice property.
|
String |
getUplinkPortgroupKey()
Gets the value of the uplinkPortgroupKey property.
|
String |
getUplinkPortKey()
Gets the value of the uplinkPortKey property.
|
void |
setConnectionCookie(Integer value)
Sets the value of the connectionCookie property.
|
void |
setPnicDevice(String value)
Sets the value of the pnicDevice property.
|
void |
setUplinkPortgroupKey(String value)
Sets the value of the uplinkPortgroupKey property.
|
void |
setUplinkPortKey(String value)
Sets the value of the uplinkPortKey property.
|
protected String pnicDevice
protected String uplinkPortKey
protected String uplinkPortgroupKey
protected Integer connectionCookie
public DistributedVirtualSwitchHostMemberPnicSpec()
public String getPnicDevice()
Stringpublic void setPnicDevice(String value)
value - allowed object is
Stringpublic String getUplinkPortKey()
Stringpublic void setUplinkPortKey(String value)
value - allowed object is
Stringpublic String getUplinkPortgroupKey()
Stringpublic void setUplinkPortgroupKey(String value)
value - allowed object is
Stringpublic Integer getConnectionCookie()
IntegerCopyright © 2018. All rights reserved.