Interface RemoveLspOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemoveLspOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OperationResult, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface RemoveLspOutput
    extends OperationResult, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveLspOutput>

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

     output output {
       uses operation-result;
     }
     
    The schema path to identify an instance is network-topology-pcep/remove-lsp/output

    To create instances of this class use RemoveLspOutputBuilder.

    See Also:
    RemoveLspOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RemoveLspOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface OperationResult
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput