Interface PathComputationClient

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

    public interface PathComputationClient
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TunnelPcepSupportingNodeAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<PathComputationClient>

    This class represents the following YANG schema fragment defined in module topology-tunnel-pcep

     container path-computation-client {
       leaf controlling {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is topology-tunnel-pcep/tunnel-pcep-supporting-node-attributes/path-computation-client

    To create instances of this class use PathComputationClientBuilder.

    See Also:
    PathComputationClientBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isControlling()
        Returns:
        java.lang.Boolean controlling, or null if not present