public class ReplaceBandwidthPackageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId |
String |
bandwidthPackageId
The ID of the replacement bandwidth plan.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
String |
targetBandwidthPackageId
The ID of the bandwidth plan that you want to replace.
|
| 构造器和说明 |
|---|
ReplaceBandwidthPackageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReplaceBandwidthPackageRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getBandwidthPackageId() |
String |
getRegionId() |
String |
getTargetBandwidthPackageId() |
ReplaceBandwidthPackageRequest |
setAcceleratorId(String acceleratorId) |
ReplaceBandwidthPackageRequest |
setBandwidthPackageId(String bandwidthPackageId) |
ReplaceBandwidthPackageRequest |
setRegionId(String regionId) |
ReplaceBandwidthPackageRequest |
setTargetBandwidthPackageId(String targetBandwidthPackageId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the replacement bandwidth plan. When you specify a replacement bandwidth plan, take note of the following items:
* Only a bandwidth plan that is not associated with a GA instance can be specified.
* If you want to replace a basic bandwidth plan, make sure that the bandwidth provided by the replacement bandwidth plan is not less than the total bandwidth allocated to the acceleration area.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
@NameInMap(value="TargetBandwidthPackageId") public String targetBandwidthPackageId
The ID of the bandwidth plan that you want to replace.
public static ReplaceBandwidthPackageRequest build(Map<String,?> map) throws Exception
Exceptionpublic ReplaceBandwidthPackageRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ReplaceBandwidthPackageRequest setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public ReplaceBandwidthPackageRequest setRegionId(String regionId)
public String getRegionId()
public ReplaceBandwidthPackageRequest setTargetBandwidthPackageId(String targetBandwidthPackageId)
public String getTargetBandwidthPackageId()
Copyright © 2023. All rights reserved.