Interface TriggerSyncInput

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

    public interface TriggerSyncInput
    extends NetworkTopologyReference, TriggerSyncArgs, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<TriggerSyncInput>

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

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

    To create instances of this class use TriggerSyncInputBuilder.

    See Also:
    TriggerSyncInputBuilder
    • Field Summary

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