Interface RedirectIpNhExtendedCommunity
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
RedirectIpNhExtendedCommunityCase
,RedirectIpNhExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface RedirectIpNhExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
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 inet:ip-address-no-zone; } leaf copy { type boolean; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn redirectIpNhExtendedCommunity, ornull
if it is not present.@NonNull RedirectIpNhExtendedCommunity
Return redirectIpNhExtendedCommunity, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRedirectIpNhExtendedCommunity
RedirectIpNhExtendedCommunity getRedirectIpNhExtendedCommunity()Return redirectIpNhExtendedCommunity, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.ip.nh.extended.community.RedirectIpNhExtendedCommunity
redirectIpNhExtendedCommunity, ornull
if it is not present.
-
nonnullRedirectIpNhExtendedCommunity
@NonNull RedirectIpNhExtendedCommunity nonnullRedirectIpNhExtendedCommunity()Return redirectIpNhExtendedCommunity, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.redirect.ip.nh.extended.community.RedirectIpNhExtendedCommunity
redirectIpNhExtendedCommunity, or an empty instance if it is not present.
-