public class VMwareDVSVspanCapability extends DynamicData
Java class for VMwareDVSVspanCapability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMwareDVSVspanCapability">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="mixedDestSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="dvportSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="remoteSourceSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="remoteDestSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="encapRemoteSourceSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="erspanProtocolSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
dvportSupported |
protected boolean |
encapRemoteSourceSupported |
protected Boolean |
erspanProtocolSupported |
protected boolean |
mixedDestSupported |
protected boolean |
remoteDestSupported |
protected boolean |
remoteSourceSupported |
| Constructor and Description |
|---|
VMwareDVSVspanCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDvportSupported()
Gets the value of the dvportSupported property.
|
boolean |
isEncapRemoteSourceSupported()
Gets the value of the encapRemoteSourceSupported property.
|
Boolean |
isErspanProtocolSupported()
Gets the value of the erspanProtocolSupported property.
|
boolean |
isMixedDestSupported()
Gets the value of the mixedDestSupported property.
|
boolean |
isRemoteDestSupported()
Gets the value of the remoteDestSupported property.
|
boolean |
isRemoteSourceSupported()
Gets the value of the remoteSourceSupported property.
|
void |
setDvportSupported(boolean value)
Sets the value of the dvportSupported property.
|
void |
setEncapRemoteSourceSupported(boolean value)
Sets the value of the encapRemoteSourceSupported property.
|
void |
setErspanProtocolSupported(Boolean value)
Sets the value of the erspanProtocolSupported property.
|
void |
setMixedDestSupported(boolean value)
Sets the value of the mixedDestSupported property.
|
void |
setRemoteDestSupported(boolean value)
Sets the value of the remoteDestSupported property.
|
void |
setRemoteSourceSupported(boolean value)
Sets the value of the remoteSourceSupported property.
|
protected boolean mixedDestSupported
protected boolean dvportSupported
protected boolean remoteSourceSupported
protected boolean remoteDestSupported
protected boolean encapRemoteSourceSupported
protected Boolean erspanProtocolSupported
public boolean isMixedDestSupported()
public void setMixedDestSupported(boolean value)
public boolean isDvportSupported()
public void setDvportSupported(boolean value)
public boolean isRemoteSourceSupported()
public void setRemoteSourceSupported(boolean value)
public boolean isRemoteDestSupported()
public void setRemoteDestSupported(boolean value)
public boolean isEncapRemoteSourceSupported()
public void setEncapRemoteSourceSupported(boolean value)
public Boolean isErspanProtocolSupported()
BooleanCopyright © 2018. All rights reserved.