public class VspanSameSessionPortConflict extends DvsFault
Java class for VspanSameSessionPortConflict complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VspanSameSessionPortConflict">
<complexContent>
<extension base="{urn:vim25}DvsFault">
<sequence>
<element name="vspanSessionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="portKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
portKey |
protected String |
vspanSessionKey |
faultCause, faultMessage| Constructor and Description |
|---|
VspanSameSessionPortConflict() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPortKey()
Gets the value of the portKey property.
|
String |
getVspanSessionKey()
Gets the value of the vspanSessionKey property.
|
void |
setPortKey(String value)
Sets the value of the portKey property.
|
void |
setVspanSessionKey(String value)
Sets the value of the vspanSessionKey property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getVspanSessionKey()
Stringpublic void setVspanSessionKey(String value)
value - allowed object is
Stringpublic String getPortKey()
StringCopyright © 2018. All rights reserved.