public class CreateBasicIpSetRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accelerateRegionId
The ID of the acceleration region.
|
String |
acceleratorId
The ID of the basic GA instance.
|
Long |
bandwidth |
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ispType
The line type of the elastic IP address (EIP) in the acceleration region.
|
String |
regionId
The ID of the region where the basic GA instance is deployed.
|
| 构造器和说明 |
|---|
CreateBasicIpSetRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBasicIpSetRequest |
build(Map<String,?> map) |
String |
getAccelerateRegionId() |
String |
getAcceleratorId() |
Long |
getBandwidth() |
String |
getClientToken() |
String |
getIspType() |
String |
getRegionId() |
CreateBasicIpSetRequest |
setAccelerateRegionId(String accelerateRegionId) |
CreateBasicIpSetRequest |
setAcceleratorId(String acceleratorId) |
CreateBasicIpSetRequest |
setBandwidth(Long bandwidth) |
CreateBasicIpSetRequest |
setClientToken(String clientToken) |
CreateBasicIpSetRequest |
setIspType(String ispType) |
CreateBasicIpSetRequest |
setRegionId(String regionId) |
@NameInMap(value="AccelerateRegionId") public String accelerateRegionId
The ID of the acceleration region.
You can call the [ListAvailableBusiRegions](~~261190~~) operation to query the acceleration regions available for a specified GA instance.
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="Bandwidth") public Long bandwidth
@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** may be different for each API request.
@NameInMap(value="IspType") public String ispType
The line type of the elastic IP address (EIP) in the acceleration region. Default value: BGP. Valid values:
* **BGP**: BGP (Multi-ISP) lines
* **BGP_PRO**: BGP (Multi-ISP) Pro lines If the acceleration region is China (Hong Kong) and a basic bandwidth plan whose bandwidth type is Premium is associated with the GA instance, the default value of IspType is BGP_PRO.
If you are allowed to use single-ISP bandwidth, you can also specify one of the following values:
* **ChinaTelecom**: China Telecom (single ISP)
* **ChinaUnicom**: China Unicom (single ISP)
* **ChinaMobile**: China Mobile (single ISP)
* **ChinaTelecom_L2**: China Telecom \_L2 (single ISP)
* **ChinaUnicom_L2**: China Unicom \_L2 (single ISP)
* **ChinaMobile_L2**: China Mobile \_L2 (single ISP)
> The supported single-ISP type varies with the acceleration region.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the basic GA instance is deployed. Set the value to **cn-hangzhou**.
public static CreateBasicIpSetRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicIpSetRequest setAccelerateRegionId(String accelerateRegionId)
public String getAccelerateRegionId()
public CreateBasicIpSetRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public CreateBasicIpSetRequest setBandwidth(Long bandwidth)
public Long getBandwidth()
public CreateBasicIpSetRequest setClientToken(String clientToken)
public String getClientToken()
public CreateBasicIpSetRequest setIspType(String ispType)
public String getIspType()
public CreateBasicIpSetRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.