public static class UpdateIpSetsRequest.UpdateIpSetsRequestIpSets
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
bandwidth
The new bandwidth to be allocated to the acceleration region.
|
String |
ipSetId
The ID of the acceleration region that you want to modify.
|
| 构造器和说明 |
|---|
UpdateIpSetsRequest.UpdateIpSetsRequestIpSets() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateIpSetsRequest.UpdateIpSetsRequestIpSets |
build(Map<String,?> map) |
Integer |
getBandwidth() |
String |
getIpSetId() |
UpdateIpSetsRequest.UpdateIpSetsRequestIpSets |
setBandwidth(Integer bandwidth) |
UpdateIpSetsRequest.UpdateIpSetsRequestIpSets |
setIpSetId(String ipSetId) |
@NameInMap(value="Bandwidth") public Integer bandwidth
The new bandwidth to be allocated to the acceleration region. Unit: Mbit/s.
You can specify the bandwidth for up to 100 acceleration regions.
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region that you want to modify.
You can specify the IDs of up to 100 acceleration regions.
public UpdateIpSetsRequest.UpdateIpSetsRequestIpSets()
public static UpdateIpSetsRequest.UpdateIpSetsRequestIpSets build(Map<String,?> map) throws Exception
Exceptionpublic UpdateIpSetsRequest.UpdateIpSetsRequestIpSets setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public UpdateIpSetsRequest.UpdateIpSetsRequestIpSets setIpSetId(String ipSetId)
public String getIpSetId()
Copyright © 2023. All rights reserved.