public interface DscpCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DscpCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case dscp-case {
list dscps {
uses dscp-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination/flowspec/flowspec-type/dscp-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Dscps> |
getDscps() |
default @NonNull List<Dscps> |
nonnullDscps() |
Copyright © 2019 OpenDaylight. All rights reserved.