public static final class DescribeSchedulerRulesResponseBody.Rules.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeSchedulerRulesResponseBody.Rules |
build() |
DescribeSchedulerRulesResponseBody.Rules.Builder |
priority(Integer priority)
The priority of the rule.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
regionId(String regionId)
The ID of the region.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
restoreDelay(Integer restoreDelay)
The waiting time of switching back.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
status(Integer status)
The status of the scheduling rule.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
type(String type)
The address type of the interaction resource.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
value(String value)
The address of the interaction resource.
|
DescribeSchedulerRulesResponseBody.Rules.Builder |
valueType(Integer valueType)
The address type of the interaction resource.
|
public DescribeSchedulerRulesResponseBody.Rules.Builder priority(Integer priority)
public DescribeSchedulerRulesResponseBody.Rules.Builder regionId(String regionId)
> This parameter is returned only if the **RuleType** parameter is set to **2**.
public DescribeSchedulerRulesResponseBody.Rules.Builder restoreDelay(Integer restoreDelay)
public DescribeSchedulerRulesResponseBody.Rules.Builder status(Integer status)
* **0**: disabled * **1**: enabled
public DescribeSchedulerRulesResponseBody.Rules.Builder type(String type)
* **A**: IPv4 address * **CNAME**: CNAME record
public DescribeSchedulerRulesResponseBody.Rules.Builder value(String value)
public DescribeSchedulerRulesResponseBody.Rules.Builder valueType(Integer valueType)
* **1**: the IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance * **2**: the IP address of the interaction resource in the tiered protection scenario * **3**: the IP address that is used to accelerate access in the network acceleration scenario * **5**: the domain name that is configured in CDN in the CDN interaction scenario * **6** the IP address of the interaction resource in the cloud service interaction scenario
public DescribeSchedulerRulesResponseBody.Rules build()
Copyright © 2023. All rights reserved.