public class DvsMacNetworkRuleQualifier extends DvsNetworkRuleQualifier
Java class for DvsMacNetworkRuleQualifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsMacNetworkRuleQualifier">
<complexContent>
<extension base="{urn:vim25}DvsNetworkRuleQualifier">
<sequence>
<element name="sourceAddress" type="{urn:vim25}MacAddress" minOccurs="0"/>
<element name="destinationAddress" type="{urn:vim25}MacAddress" minOccurs="0"/>
<element name="protocol" type="{urn:vim25}IntExpression" minOccurs="0"/>
<element name="vlanId" type="{urn:vim25}IntExpression" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MacAddress |
destinationAddress |
protected IntExpression |
protocol |
protected MacAddress |
sourceAddress |
protected IntExpression |
vlanId |
key| Constructor and Description |
|---|
DvsMacNetworkRuleQualifier() |
| Modifier and Type | Method and Description |
|---|---|
MacAddress |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
IntExpression |
getProtocol()
Gets the value of the protocol property.
|
MacAddress |
getSourceAddress()
Gets the value of the sourceAddress property.
|
IntExpression |
getVlanId()
Gets the value of the vlanId property.
|
void |
setDestinationAddress(MacAddress value)
Sets the value of the destinationAddress property.
|
void |
setProtocol(IntExpression value)
Sets the value of the protocol property.
|
void |
setSourceAddress(MacAddress value)
Sets the value of the sourceAddress property.
|
void |
setVlanId(IntExpression value)
Sets the value of the vlanId property.
|
getKey, setKeyprotected MacAddress sourceAddress
protected MacAddress destinationAddress
protected IntExpression protocol
protected IntExpression vlanId
public MacAddress getSourceAddress()
MacAddresspublic void setSourceAddress(MacAddress value)
value - allowed object is
MacAddresspublic MacAddress getDestinationAddress()
MacAddresspublic void setDestinationAddress(MacAddress value)
value - allowed object is
MacAddresspublic IntExpression getProtocol()
IntExpressionpublic void setProtocol(IntExpression value)
value - allowed object is
IntExpressionpublic IntExpression getVlanId()
IntExpressionpublic void setVlanId(IntExpression value)
value - allowed object is
IntExpressionCopyright © 2018. All rights reserved.