public interface RedirectIpv4 extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectIpv4ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectIpv4>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.RouteIpv4ExtendedCommunity
This class represents the following YANG schema fragment defined in module bgp-flowspec
container redirect-ipv4 {
leaf global-administrator {
type ipv4-address;
}
leaf local-administrator {
type uint16;
}
uses route-ipv4-extended-community;
}
The schema path to identify an instance is
bgp-flowspec/redirect-ipv4-extended-community/redirect-ipv4
To create instances of this class use RedirectIpv4Builder.
RedirectIpv4Builder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationCopyright © 2017 OpenDaylight. All rights reserved.