public class ListBasicAccelerateIpsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accelerateIpAddress
The accelerated IP address of the basic GA instance.
|
String |
accelerateIpId
The ID of the accelerated IP address of the basic GA instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ipSetId
The ID of the acceleration region.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that determines the start point of the query.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
ListBasicAccelerateIpsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListBasicAccelerateIpsRequest |
build(Map<String,?> map) |
String |
getAccelerateIpAddress() |
String |
getAccelerateIpId() |
String |
getClientToken() |
String |
getIpSetId() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
ListBasicAccelerateIpsRequest |
setAccelerateIpAddress(String accelerateIpAddress) |
ListBasicAccelerateIpsRequest |
setAccelerateIpId(String accelerateIpId) |
ListBasicAccelerateIpsRequest |
setClientToken(String clientToken) |
ListBasicAccelerateIpsRequest |
setIpSetId(String ipSetId) |
ListBasicAccelerateIpsRequest |
setMaxResults(Integer maxResults) |
ListBasicAccelerateIpsRequest |
setNextToken(String nextToken) |
ListBasicAccelerateIpsRequest |
setRegionId(String regionId) |
@NameInMap(value="AccelerateIpAddress") public String accelerateIpAddress
The accelerated IP address of the basic GA instance.
@NameInMap(value="AccelerateIpId") public String accelerateIpId
The ID of the accelerated IP address of the basic GA instance.
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters.
> If you do not set this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request may be different.
@NameInMap(value="IpSetId") public String ipSetId
The ID of the acceleration region.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: **1** to **50**. Default value: **10**.
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the query. Valid values:
* If this is your first query and no next queries are to be sent, ignore this parameter.
* If a subsequent query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static ListBasicAccelerateIpsRequest build(Map<String,?> map) throws Exception
Exception
public ListBasicAccelerateIpsRequest setAccelerateIpAddress(String accelerateIpAddress)
public String getAccelerateIpAddress()
public ListBasicAccelerateIpsRequest setAccelerateIpId(String accelerateIpId)
public String getAccelerateIpId()
public ListBasicAccelerateIpsRequest setClientToken(String clientToken)
public String getClientToken()
public ListBasicAccelerateIpsRequest setIpSetId(String ipSetId)
public String getIpSetId()
public ListBasicAccelerateIpsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListBasicAccelerateIpsRequest setNextToken(String nextToken)
public String getNextToken()
public ListBasicAccelerateIpsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.