public interface RedirectIpv4ExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping redirect-ipv4-extended-community {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
RedirectIpv4 |
getRedirectIpv4() |
RedirectIpv4 getRedirectIpv4()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.redirect.ipv4.extended.community.RedirectIpv4 redirectIpv4, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.