Interface Ipv6BgpPrefixSidTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Ipv6SidTlv, Ipv6SidTlv

    @Generated("mdsal-binding-generator")
    public interface Ipv6BgpPrefixSidTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject

    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;
       }
     }
     
    The schema path to identify an instance is bgp-inetipv6-bgp-prefix-sid-tlv
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends Ipv6BgpPrefixSidTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getProcessIpv6HeadAbility

        Boolean getProcessIpv6HeadAbility()
        Return processIpv6HeadAbility, or null 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, or null if it is not present.
      • requireProcessIpv6HeadAbility

        default @NonNull Boolean 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