Interface SetBfdParamOnTunnelInput

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

    public interface SetBfdParamOnTunnelInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<SetBfdParamOnTunnelInput>

    This class represents the following YANG schema fragment defined in module itm-rpc

     input input {
       leaf source-node {
         type string;
       }
       leaf destination-node {
         type string;
       }
       leaf monitoring-enabled {
         type boolean;
       }
       leaf monitoring-interval {
         type uint16 {
           range 1000..30000;
         }
       }
     }
     
    The schema path to identify an instance is itm-rpc/set-bfd-param-on-tunnel/input

    To create instances of this class use SetBfdParamOnTunnelInputBuilder.

    See Also:
    SetBfdParamOnTunnelInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<SetBfdParamOnTunnelInput> 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 org.opendaylight.yangtools.yang.binding.RpcInput
      • getSourceNode

        @Nullable java.lang.String getSourceNode()
        Returns:
        java.lang.String sourceNode, or null if not present
      • getDestinationNode

        @Nullable java.lang.String getDestinationNode()
        Returns:
        java.lang.String destinationNode, or null if not present
      • isMonitoringEnabled

        @Nullable java.lang.Boolean isMonitoringEnabled()
        Returns:
        java.lang.Boolean monitoringEnabled, or null if not present
      • getMonitoringInterval

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getMonitoringInterval()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 monitoringInterval, or null if not present