public interface FlowspecDestinationGroupIpv4 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-ipv4 {
uses flowspec-destination {
augment flowspec/flowspec-type {
case destination-prefix-case {
leaf destination-prefix {
type inet:ipv4-prefix;
}
}
case source-prefix-case {
leaf source-prefix {
type inet:ipv4-prefix;
}
}
case protocol-ip-case {
list protocol-ips {
uses numeric-one-byte-value;
}
}
}
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination-group-ipv4| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getFlowspec, nonnullFlowspecCopyright © 2019 OpenDaylight. All rights reserved.