public interface FlowspecDestinationGroupIpv6 extends org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestination
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-destination-group-ipv6 {
uses flowspec-destination {
augment flowspec/flowspec-type {
case destination-ipv6-prefix-case {
leaf destination-prefix {
type inet:ipv6-prefix;
}
}
case source-ipv6-prefix-case {
leaf source-prefix {
type inet:ipv6-prefix;
}
}
case next-header-case {
list next-headers {
uses numeric-one-byte-value;
}
}
case flow-label-case {
list flow-label {
uses flow-label-value;
}
}
}
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination-group-ipv6| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getFlowspec, nonnullFlowspecCopyright © 2019 OpenDaylight. All rights reserved.