public interface RedirectIpv6 extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectIpv6ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectIpv6>
This class represents the following YANG schema fragment defined in module bgp-flowspec
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/redirect-ipv6
To create instances of this class use RedirectIpv6Builder.
RedirectIpv6Builder| 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.Ipv6Address |
getGlobalAdministrator() |
@Nullable Integer |
getLocalAdministrator() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getGlobalAdministrator()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address globalAdministrator, or null if not present@Nullable Integer getLocalAdministrator()
java.lang.Integer localAdministrator, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.