Interface TunnelMonitorParams

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TunnelMonitorParams>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ItmConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface TunnelMonitorParams
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ItmConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<TunnelMonitorParams>

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

     container tunnel-monitor-params {
       leaf enabled {
         type boolean;
         default false;
       }
       leaf monitor-protocol {
         type identityref {
           base tunnel-monitoring-type-base;
         }
         default odlif:tunnel-monitoring-type-bfd;
       }
     }
     
    The schema path to identify an instance is itm-config/tunnel-monitor-params

    To create instances of this class use TunnelMonitorParamsBuilder.

    See Also:
    TunnelMonitorParamsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<TunnelMonitorParams> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isEnabled

        @Nullable java.lang.Boolean isEnabled()
        Returns:
        java.lang.Boolean enabled, or null if not present
      • getMonitorProtocol

        @Nullable java.lang.Class<? extends TunnelMonitoringTypeBase> getMonitorProtocol()
        Returns:
        java.lang.Class monitorProtocol, or null if not present