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