All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends Ipv6BgpPrefixSidTlv> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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