Interface SrPceCapabilityTlv

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

    @Generated("mdsal-binding-generator")
    public interface SrPceCapabilityTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject
    SR-PCE-CAPABILITY TLV

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

     grouping sr-pce-capability-tlv {
       container sr-pce-capability {
         uses pcep:tlv;
         leaf n-flag {
           type boolean;
           default false;
         }
         leaf x-flag {
           type boolean;
           default false;
         }
         leaf msd {
           type uint8;
           default 0;
         }
       }
     }
     
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        SrPceCapability getSrPceCapability()
        Return srPceCapability, or null if it is not present.
        Returns:
        SrPceCapability srPceCapability, or null if it is not present.