public static final class ConfigLayer4RealLimitRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigLayer4RealLimitRequest |
build() |
ConfigLayer4RealLimitRequest.Builder |
instanceId(String instanceId)
The ID of the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
ConfigLayer4RealLimitRequest.Builder |
limitValue(Long limitValue)
Specifies the threshold of the clean bandwidth.
|
ConfigLayer4RealLimitRequest.Builder |
regionId(String regionId)
RegionId.
|
public ConfigLayer4RealLimitRequest.Builder regionId(String regionId)
public ConfigLayer4RealLimitRequest.Builder instanceId(String instanceId)
The ID of the Anti-DDoS Pro or Anti-DDoS Premium instance.
You can call the DescribeInstanceIds operation to query the IDs of all instances.
This parameter is required.
example:ddoscoo-cn-XXXXX
public ConfigLayer4RealLimitRequest.Builder limitValue(Long limitValue)
Specifies the threshold of the clean bandwidth. Valid values: 0 to 15360. The value 0 indicates that rate limiting is never triggered. Unit: Mbit/s
This parameter is required.
example:0
public ConfigLayer4RealLimitRequest build()
Copyright © 2026. All rights reserved.