public interface MatchFlow
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MatchFlow.LeafIdentifier
Identify the leaf of MatchFlow.
|
| Modifier and Type | Method and Description |
|---|---|
short |
dot1p()
Returns the attribute dot1p.
|
void |
dot1p(short dot1p)
Sets the attribute dot1p.
|
short |
dscp()
Returns the attribute dscp.
|
void |
dscp(short dscp)
Sets the attribute dscp.
|
Ipv4Prefix |
ipv4DstPrefix()
Returns the attribute ipv4DstPrefix.
|
void |
ipv4DstPrefix(Ipv4Prefix ipv4DstPrefix)
Sets the attribute ipv4DstPrefix.
|
Ipv4Prefix |
ipv4SrcPrefix()
Returns the attribute ipv4SrcPrefix.
|
void |
ipv4SrcPrefix(Ipv4Prefix ipv4SrcPrefix)
Sets the attribute ipv4SrcPrefix.
|
Ipv6Prefix |
ipv6DstPrefix()
Returns the attribute ipv6DstPrefix.
|
void |
ipv6DstPrefix(Ipv6Prefix ipv6DstPrefix)
Sets the attribute ipv6DstPrefix.
|
Ipv6Prefix |
ipv6SrcPrefix()
Returns the attribute ipv6SrcPrefix.
|
void |
ipv6SrcPrefix(Ipv6Prefix ipv6SrcPrefix)
Sets the attribute ipv6SrcPrefix.
|
boolean |
isLeafValueSet(MatchFlow.LeafIdentifier leaf)
Checks if the leaf value is set.
|
int |
l4DstPort()
Returns the attribute l4DstPort.
|
void |
l4DstPort(int l4DstPort)
Sets the attribute l4DstPort.
|
int |
l4SrcPort()
Returns the attribute l4SrcPort.
|
void |
l4SrcPort(int l4SrcPort)
Sets the attribute l4SrcPort.
|
ProtocolFieldUnion |
protocolField()
Returns the attribute protocolField.
|
void |
protocolField(ProtocolFieldUnion protocolField)
Sets the attribute protocolField.
|
short |
tos()
Returns the attribute tos.
|
void |
tos(short tos)
Sets the attribute tos.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short dscp()
short tos()
short dot1p()
Ipv4Prefix ipv4SrcPrefix()
Ipv6Prefix ipv6SrcPrefix()
Ipv4Prefix ipv4DstPrefix()
Ipv6Prefix ipv6DstPrefix()
int l4SrcPort()
int l4DstPort()
ProtocolFieldUnion protocolField()
BitSet valueLeafFlags()
void dscp(short dscp)
dscp - value of dscpvoid tos(short tos)
tos - value of tosvoid dot1p(short dot1p)
dot1p - value of dot1pvoid ipv4SrcPrefix(Ipv4Prefix ipv4SrcPrefix)
ipv4SrcPrefix - value of ipv4SrcPrefixvoid ipv6SrcPrefix(Ipv6Prefix ipv6SrcPrefix)
ipv6SrcPrefix - value of ipv6SrcPrefixvoid ipv4DstPrefix(Ipv4Prefix ipv4DstPrefix)
ipv4DstPrefix - value of ipv4DstPrefixvoid ipv6DstPrefix(Ipv6Prefix ipv6DstPrefix)
ipv6DstPrefix - value of ipv6DstPrefixvoid l4SrcPort(int l4SrcPort)
l4SrcPort - value of l4SrcPortvoid l4DstPort(int l4DstPort)
l4DstPort - value of l4DstPortvoid protocolField(ProtocolFieldUnion protocolField)
protocolField - value of protocolFieldboolean isLeafValueSet(MatchFlow.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.