Interface MxaccessGateway.AlarmFailoverConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.AlarmFailoverConfig, MxaccessGateway.AlarmFailoverConfig.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.AlarmFailoverConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    wnwrap COM failures before switching (>=1)
    int
    probe cadence while degraded (>=1)
    int
    clean probes before switching back (>=1)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getConsecutiveFailureThreshold

      int getConsecutiveFailureThreshold()
       wnwrap COM failures before switching (>=1)
       
      int32 consecutive_failure_threshold = 1;
      Returns:
      The consecutiveFailureThreshold.
    • getFailbackProbeIntervalSeconds

      int getFailbackProbeIntervalSeconds()
       probe cadence while degraded (>=1)
       
      int32 failback_probe_interval_seconds = 2;
      Returns:
      The failbackProbeIntervalSeconds.
    • getFailbackStableProbes

      int getFailbackStableProbes()
       clean probes before switching back (>=1)
       
      int32 failback_stable_probes = 3;
      Returns:
      The failbackStableProbes.