Interface TearDownSessionInput

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

    public interface TearDownSessionInput
    extends NetworkTopologyReference, NodeId, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<TearDownSessionInput>

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

     input input {
       uses ont:network-topology-reference;
       uses node-id;
     }
     
    The schema path to identify an instance is network-topology-pcep/tear-down-session/input

    To create instances of this class use TearDownSessionInputBuilder.

    See Also:
    TearDownSessionInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<TearDownSessionInput> 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 NetworkTopologyReference
        Specified by:
        implementedInterface in interface NodeId
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput