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, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.NetworkTopologyReference, NodeId, RemoveLspArgs, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface RemoveLspInput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.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  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default Class<RemoveLspInput> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.LspId

        getName
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.NetworkTopologyReference

        getNetworkTopologyRef
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.NodeId

        getNode
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RemoveLspInput> 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 LspId
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.NetworkTopologyReference
        Specified by:
        implementedInterface in interface NodeId
        Specified by:
        implementedInterface in interface RemoveLspArgs
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput