Interface PcepSegmentRoutingConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PcepSegmentRoutingConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcepSegmentRoutingAppConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface PcepSegmentRoutingConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepSegmentRoutingAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<PcepSegmentRoutingConfig>

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

     container pcep-segment-routing-config {
       leaf iana-sr-subobjects-type {
         type boolean;
         default false;
       }
       leaf sr-capable {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is pcep-segment-routing-app-config/pcep-segment-routing-config

    To create instances of this class use PcepSegmentRoutingConfigBuilder.

    See Also:
    PcepSegmentRoutingConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PcepSegmentRoutingConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isIanaSrSubobjectsType

        @Nullable Boolean isIanaSrSubobjectsType()
        If false (default) SR-ERO type (=5) and SR-RRO type (=6) is used, else proposed type (36) is used for parsing/serialization
        Returns:
        java.lang.Boolean ianaSrSubobjectsType, or null if not present
      • isSrCapable

        @Nullable Boolean isSrCapable()
        Advertize segment-routing capability
        Returns:
        java.lang.Boolean srCapable, or null if not present