public class DeleteBasicAccelerateIpRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateIpId
The ID of the accelerated IP address that you want to delete.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
DeleteBasicAccelerateIpRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteBasicAccelerateIpRequest |
build(Map<String,?> map) |
String |
getAccelerateIpId() |
String |
getClientToken() |
String |
getRegionId() |
DeleteBasicAccelerateIpRequest |
setAccelerateIpId(String accelerateIpId) |
DeleteBasicAccelerateIpRequest |
setClientToken(String clientToken) |
DeleteBasicAccelerateIpRequest |
setRegionId(String regionId) |
@NameInMap(value="AccelerateIpId") public String accelerateIpId
The ID of the accelerated IP address that you want to delete.
@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 ensure that it is unique among all requests. The token can contain only ASCII characters.
> If you do not specify this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
@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 DeleteBasicAccelerateIpRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteBasicAccelerateIpRequest setAccelerateIpId(String accelerateIpId)
public String getAccelerateIpId()
public DeleteBasicAccelerateIpRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteBasicAccelerateIpRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.