Interface RedirectIpv6ExtendedCommunity
- 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:
RedirectIpv6ExtendedCommunityCase
,RedirectIpv6ExtendedCommunityCase
@Generated("mdsal-binding-generator")
public interface RedirectIpv6ExtendedCommunity
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping redirect-ipv6-extended-community { container redirect-ipv6 { leaf global-administrator { type inet:ipv6-address-no-zone; } leaf local-administrator { type uint16; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn redirectIpv6, ornull
if it is not present.@NonNull RedirectIpv6
Return redirectIpv6, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRedirectIpv6
RedirectIpv6 getRedirectIpv6()Return redirectIpv6, ornull
if it is not present.- Returns:
RedirectIpv6
redirectIpv6, ornull
if it is not present.
-
nonnullRedirectIpv6
@NonNull RedirectIpv6 nonnullRedirectIpv6()Return redirectIpv6, or an empty instance if it is not present.- Returns:
RedirectIpv6
redirectIpv6, or an empty instance if it is not present.
-