Interface PcepP2mpTeLspConfig

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

    public interface PcepP2mpTeLspConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepP2mpTeLspConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<PcepP2mpTeLspConfig>

    This class represents the following YANG schema fragment defined in module pcep-p2mp-te-lsp-config

     container pcep-p2mp-te-lsp-config {
       leaf path-computation-capable {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is pcep-p2mp-te-lsp-config/pcep-p2mp-te-lsp-config

    To create instances of this class use PcepP2mpTeLspConfigBuilder.

    See Also:
    PcepP2mpTeLspConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isPathComputationCapable()
        Advertize pcep-p2mp-te-lsp path computation capability
        Returns:
        java.lang.Boolean pathComputationCapable, or null if not present