public interface SourcePortCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SourcePortCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case source-port-case {
list source-ports {
uses numeric-two-byte-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/source-port-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<SourcePorts> |
getSourcePorts() |
default @NonNull List<SourcePorts> |
nonnullSourcePorts() |
@Nullable List<SourcePorts> getSourcePorts()
java.util.List sourcePorts, or null if not presentdefault @NonNull List<SourcePorts> nonnullSourcePorts()
java.util.List sourcePorts, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.