Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FaultToleranceRuleJson ¶
type FaultToleranceRuleJson struct { Enabled bool `json:"enabled"` ExceptionTypes []uint32 `json:"exceptionTypes"` TimeWindow int64 `json:"timeWindow"` LeastWindowCount int64 `json:"leastWindowCount"` ExceptionRateMultiple float64 `json:"exceptionRateMultiple"` MaxIpCount uint64 `json:"maxIpCount"` MaxIpRatio float64 `json:"maxIpRatio"` RecoverTime int64 `json:"recoverTime"` TaskSize int64 `json:"taskSize"` }
Click to show internal directories.
Click to hide internal directories.