Interface Ipv6BgpPrefixSidTlv
- 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:
Ipv6SidTlv
,Ipv6SidTlv
@Generated("mdsal-binding-generator")
public interface Ipv6BgpPrefixSidTlv
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-inet
grouping ipv6-bgp-prefix-sid-tlv { leaf process-ipv6-head-ability { type boolean; default true; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn processIpv6HeadAbility, ornull
if it is not present.default @NonNull Boolean
Return processIpv6HeadAbility, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getProcessIpv6HeadAbility
Boolean getProcessIpv6HeadAbility()Return processIpv6HeadAbility, ornull
if it is not present.S flag position 0. If set then it means that the BGP speaker is capable of processing the IPv6 Segment Routing Header.
- Returns:
Boolean
processIpv6HeadAbility, ornull
if it is not present.
-
requireProcessIpv6HeadAbility
Return processIpv6HeadAbility, guaranteed to be non-null.S flag position 0. If set then it means that the BGP speaker is capable of processing the IPv6 Segment Routing Header.
- Returns:
Boolean
processIpv6HeadAbility, guaranteed to be non-null.- Throws:
NoSuchElementException
- if processIpv6HeadAbility is not present
-