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