public interface RedirectIpNhExtendedCommunity extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectIpNhExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectIpNhExtendedCommunity>
This class represents the following YANG schema fragment defined in module bgp-flowspec
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/redirect-ip-nh-extended-community
To create instances of this class use RedirectIpNhExtendedCommunityBuilder.
RedirectIpNhExtendedCommunityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getNextHopAddress() |
Boolean |
isCopy() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getNextHopAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress nextHopAddress, or null if not presentBoolean isCopy()
java.lang.Boolean copy, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.