public interface DestinationIpv6PrefixCase extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<DestinationIpv6PrefixCase>, FlowspecType
This class represents the following YANG schema fragment defined in module bgp-flowspec
case destination-ipv6-prefix-case {
leaf destination-prefix {
type inet:ipv6-prefix;
}
}
The schema path to identify an instance is
bgp-flowspec/flowspec-destination-group-ipv6/flowspec/flowspec-type/destination-ipv6-prefix-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix |
getDestinationPrefix() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix getDestinationPrefix()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix destinationPrefix, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.