public interface DestinationPortCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationPortCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case destination-port-case {
list destination-ports {
key leaf op {
type numeric-operand;
}
leaf value {
type uint16;
}
uses numeric-two-byte-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/destination-port-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<DestinationPorts> |
getDestinationPorts() |
List<DestinationPorts> getDestinationPorts()
java.util.List destinationPorts, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.