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/inputTo 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.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<RemoveLspInput>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.LspId
getName
-
-
-
-
Method Detail
-
implementedInterface
default Class<RemoveLspInput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceLspId- Specified by:
implementedInterfacein interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.topology.rev140113.NetworkTopologyReference- Specified by:
implementedInterfacein interfaceNodeId- Specified by:
implementedInterfacein interfaceRemoveLspArgs- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
-
-