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:
Tlvs1, Tlvs2

@Generated("mdsal-binding-generator") public interface SrPceCapabilityTlv extends org.opendaylight.yangtools.binding.Grouping
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;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return srPceCapability, or null if it is not present.
    Return srPceCapability, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getSrPceCapability

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

      @NonNull SrPceCapability nonnullSrPceCapability()
      Return srPceCapability, or an empty instance if it is not present.
      Returns:
      SrPceCapability srPceCapability, or an empty instance if it is not present.