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