public interface RedirectIpv6ExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping redirect-ipv6-extended-community {
container redirect-ipv6 {
leaf global-administrator {
type inet:ipv6-address;
}
leaf local-administrator {
type uint16;
}
}
}
The schema path to identify an instance is
bgp-flowspec/redirect-ipv6-extended-community| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RedirectIpv6 |
getRedirectIpv6() |
@Nullable RedirectIpv6 getRedirectIpv6()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev180329.redirect.ipv6.extended.community.RedirectIpv6 redirectIpv6, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.