public class CreateBasicEndpointsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints |
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the basic GA instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
endpointGroupId
The ID of the endpoint group.
|
List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> |
endpoints
The endpoints.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
CreateBasicEndpointsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateBasicEndpointsRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getClientToken() |
String |
getEndpointGroupId() |
List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> |
getEndpoints() |
String |
getRegionId() |
CreateBasicEndpointsRequest |
setAcceleratorId(String acceleratorId) |
CreateBasicEndpointsRequest |
setClientToken(String clientToken) |
CreateBasicEndpointsRequest |
setEndpointGroupId(String endpointGroupId) |
CreateBasicEndpointsRequest |
setEndpoints(List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints) |
CreateBasicEndpointsRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID 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 token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="Endpoints") public List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints
The endpoints.
@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 CreateBasicEndpointsRequest build(Map<String,?> map) throws Exception
Exception
public CreateBasicEndpointsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public CreateBasicEndpointsRequest setClientToken(String clientToken)
public String getClientToken()
public CreateBasicEndpointsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateBasicEndpointsRequest setEndpoints(List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints)
public List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> getEndpoints()
public CreateBasicEndpointsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.