public interface RedirectIpNhExtendedCommunity
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping redirect-ip-nh-extended-community {
container redirect-ip-nh-extended-community {
leaf next-hop-address {
type ip-address;
}
leaf copy {
type boolean;
}
}
}
The schema path to identify an instance is
bgp-flowspec/redirect-ip-nh-extended-community| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
RedirectIpNhExtendedCommunity |
getRedirectIpNhExtendedCommunity() |
RedirectIpNhExtendedCommunity getRedirectIpNhExtendedCommunity()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.redirect.ip.nh.extended.community.RedirectIpNhExtendedCommunity redirectIpNhExtendedCommunity, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.