public interface PortPair
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PortPair.Builder
A port pair builder..
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns the description of this port pair.
|
String |
egress()
Returns the egress port of this port pair.
|
boolean |
exactMatch(PortPair portPair)
Returns whether this port pair is an exact match to the port pair given
in the argument.
|
String |
ingress()
Returns the ingress port of this port pair.
|
String |
name()
Returns the description of this port pair.
|
PortPairId |
portPairId()
Returns the ID of this port Pair.
|
TenantId |
tenantId()
Returns the tenant id of this port pair.
|
PortPairId portPairId()
TenantId tenantId()
String name()
String description()
String ingress()
String egress()
boolean exactMatch(PortPair portPair)
Exact match means the Port port pairs match with the given port pair. It does not consider the port pair id, name and description.
portPair - other port pair to match against