public static final class CreateSyntheticTaskRequest.AlertList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSyntheticTaskRequest.AlertList |
build() |
CreateSyntheticTaskRequest.AlertList.Builder |
isCritical(Long isCritical)
Specifies whether the condition must be met.
|
CreateSyntheticTaskRequest.AlertList.Builder |
name(String name)
The name of the alert rule.
|
CreateSyntheticTaskRequest.AlertList.Builder |
symbols(Long symbols)
Specifies how the condition is evaluated.
|
public CreateSyntheticTaskRequest.AlertList.Builder isCritical(Long isCritical)
public CreateSyntheticTaskRequest.AlertList.Builder name(String name)
For network synthetic monitoring, use the following names: * Latency: PING_SET * Packet loss rate: PING_LOST_RATE * Hijacking: HIJACKPER
public CreateSyntheticTaskRequest.AlertList.Builder symbols(Long symbols)
* 1: greater than * 0: less than
public CreateSyntheticTaskRequest.AlertList build()
Copyright © 2024. All rights reserved.