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 {
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 |
|---|---|
@Nullable List<DestinationPorts> |
getDestinationPorts() |
default @NonNull List<DestinationPorts> |
nonnullDestinationPorts() |
@Nullable List<DestinationPorts> getDestinationPorts()
java.util.List destinationPorts, or null if not presentdefault @NonNull List<DestinationPorts> nonnullDestinationPorts()
java.util.List destinationPorts, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.