public static final class ModifyElasticBizBandWidthRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyElasticBizBandWidthRequest |
build() |
ModifyElasticBizBandWidthRequest.Builder |
elasticBizBandwidth(Integer elasticBizBandwidth)
The burstable clean bandwidth.
|
ModifyElasticBizBandWidthRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
ModifyElasticBizBandWidthRequest.Builder |
mode(String mode)
The metering method of the burstable clean bandwidth feature.
|
ModifyElasticBizBandWidthRequest.Builder |
regionId(String regionId)
RegionId.
|
public ModifyElasticBizBandWidthRequest.Builder regionId(String regionId)
public ModifyElasticBizBandWidthRequest.Builder elasticBizBandwidth(Integer elasticBizBandwidth)
The burstable clean bandwidth. Unit: Mbit/s. The burstable clean bandwidth cannot exceed nine times the clean bandwidth of your Anti-DDoS Pro or Anti-DDoS Premium instance, and the sum of the clean bandwidth and the burstable clean bandwidth cannot exceed the maximum clean bandwidth that is supported by your instance. The value 0 indicates that the burstable clean bandwidth feature is disabled. You can disable the burstable clean bandwidth feature once a month.
This parameter is required.
example:0
public ModifyElasticBizBandWidthRequest.Builder instanceId(String instanceId)
The ID of the instance.
You can call the DescribeInstanceIds operation to query the IDs of all instances.
This parameter is required.
example:ddoscoo-cn-tl32morr****
public ModifyElasticBizBandWidthRequest.Builder mode(String mode)
The metering method of the burstable clean bandwidth feature. Valid values:
month
public ModifyElasticBizBandWidthRequest build()
Copyright © 2026. All rights reserved.