All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface PcepSegmentRoutingAppConfigData extends org.opendaylight.yangtools.yang.binding.DataRoot
Configuration for the PCEP segment routing extension.

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

 module pcep-segment-routing-app-config {
   yang-version 1;
   namespace urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config;
   prefix pcep-segment-routing-app-config;
   revision 2016-07-07 {
   }
   container pcep-segment-routing-config {
     leaf iana-sr-subobjects-type {
       type boolean;
       default true;
     }
     leaf sr-capable {
       type boolean;
       default true;
     }
   }
 }
 
  • Method Details

    • getPcepSegmentRoutingConfig

      PcepSegmentRoutingConfig getPcepSegmentRoutingConfig()
      Return pcepSegmentRoutingConfig, or null if it is not present.
      Returns:
      PcepSegmentRoutingConfig pcepSegmentRoutingConfig, or null if it is not present.
    • nonnullPcepSegmentRoutingConfig

      @NonNull PcepSegmentRoutingConfig nonnullPcepSegmentRoutingConfig()
      Return pcepSegmentRoutingConfig, or an empty instance if it is not present.
      Returns:
      PcepSegmentRoutingConfig pcepSegmentRoutingConfig, or an empty instance if it is not present.