public class DistributedVirtualSwitchPortConnection extends DynamicData
Java class for DistributedVirtualSwitchPortConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedVirtualSwitchPortConnection">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="switchUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portgroupKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="portKey" 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 |
portgroupKey |
protected String |
portKey |
protected String |
switchUuid |
| Constructor and Description |
|---|
DistributedVirtualSwitchPortConnection() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConnectionCookie()
Gets the value of the connectionCookie property.
|
String |
getPortgroupKey()
Gets the value of the portgroupKey property.
|
String |
getPortKey()
Gets the value of the portKey property.
|
String |
getSwitchUuid()
Gets the value of the switchUuid property.
|
void |
setConnectionCookie(Integer value)
Sets the value of the connectionCookie property.
|
void |
setPortgroupKey(String value)
Sets the value of the portgroupKey property.
|
void |
setPortKey(String value)
Sets the value of the portKey property.
|
void |
setSwitchUuid(String value)
Sets the value of the switchUuid property.
|
protected String switchUuid
protected String portgroupKey
protected String portKey
protected Integer connectionCookie
public DistributedVirtualSwitchPortConnection()
public String getSwitchUuid()
Stringpublic void setSwitchUuid(String value)
value - allowed object is
Stringpublic String getPortgroupKey()
Stringpublic void setPortgroupKey(String value)
value - allowed object is
Stringpublic String getPortKey()
Stringpublic void setPortKey(String value)
value - allowed object is
Stringpublic Integer getConnectionCookie()
IntegerCopyright © 2018. All rights reserved.