Interface RemoveLspInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemoveLspInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LspId, NetworkTopologyReference, NodeId, RemoveLspArgs, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface RemoveLspInput
    extends NetworkTopologyReference, RemoveLspArgs, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveLspInput>

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

     input input {
       uses ont:network-topology-reference;
       uses remove-lsp-args;
     }
     
    The schema path to identify an instance is network-topology-pcep/remove-lsp/input

    To create instances of this class use RemoveLspInputBuilder.

    See Also:
    RemoveLspInputBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME