public interface FlowLabelCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FlowLabelCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case flow-label-case {
list flow-label {
key leaf op {
type numeric-operand;
}
leaf value {
type uint32;
}
uses flow-label-value;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination-group-ipv6/flowspec/flowspec-type/flow-label-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<FlowLabel> |
getFlowLabel() |
Copyright © 2017 OpenDaylight. All rights reserved.