Interface SrCapabilitiesTlv

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

    public interface SrCapabilitiesTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject, SidLabelIndex

    This class represents the following YANG schema fragment defined in module bgp-segment-routing

     grouping sr-capabilities-tlv {
       leaf mpls-ipv4 {
         type boolean;
       }
       leaf mpls-ipv6 {
         type boolean;
       }
       leaf sr-ipv6 {
         type boolean;
       }
       leaf range-size {
         type uint24:uint24;
       }
       uses sid-label-index;
     }
     
    The schema path to identify an instance is bgp-segment-routing/sr-capabilities-tlv
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isMplsIpv4()
        Returns:
        java.lang.Boolean mplsIpv4, or null if not present
      • isMplsIpv6

        @Nullable Boolean isMplsIpv6()
        Returns:
        java.lang.Boolean mplsIpv6, or null if not present
      • isSrIpv6

        @Nullable Boolean isSrIpv6()
        Returns:
        java.lang.Boolean srIpv6, or null if not present
      • getRangeSize

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 getRangeSize()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.uint24.rev200104.Uint24 rangeSize, or null if not present