public class CreateBasicEndpointGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
description
The description of the endpoint group.
|
String |
endpointAddress
The address of the endpoint.
|
String |
endpointGroupRegion
The ID of the region where you want to create the endpoint group.
|
String |
endpointSubAddress |
String |
endpointType
The type of the endpoint.
|
String |
name
The name of the endpoint group.
|
String |
regionId
The ID of the region where the basic GA instance is deployed.
|
| 构造器和说明 |
|---|
CreateBasicEndpointGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBasicEndpointGroupRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getClientToken() |
String |
getDescription() |
String |
getEndpointAddress() |
String |
getEndpointGroupRegion() |
String |
getEndpointSubAddress() |
String |
getEndpointType() |
String |
getName() |
String |
getRegionId() |
CreateBasicEndpointGroupRequest |
setAcceleratorId(String acceleratorId) |
CreateBasicEndpointGroupRequest |
setClientToken(String clientToken) |
CreateBasicEndpointGroupRequest |
setDescription(String description) |
CreateBasicEndpointGroupRequest |
setEndpointAddress(String endpointAddress) |
CreateBasicEndpointGroupRequest |
setEndpointGroupRegion(String endpointGroupRegion) |
CreateBasicEndpointGroupRequest |
setEndpointSubAddress(String endpointSubAddress) |
CreateBasicEndpointGroupRequest |
setEndpointType(String endpointType) |
CreateBasicEndpointGroupRequest |
setName(String name) |
CreateBasicEndpointGroupRequest |
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 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="Description") public String description
The description of the endpoint group.
The description cannot exceed 256 characters in length and cannot contain `http://` or `https://`.
@NameInMap(value="EndpointAddress") public String endpointAddress
The address of the endpoint.
@NameInMap(value="EndpointGroupRegion") public String endpointGroupRegion
The ID of the region where you want to create the endpoint group.
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
@NameInMap(value="EndpointSubAddress") public String endpointSubAddress
@NameInMap(value="EndpointType") public String endpointType
The type of the endpoint. Valid values:
* **ENI**: an ENI
* **SLB**: a Server Load Balancer (SLB) instance
@NameInMap(value="Name") public String name
The name of the endpoint group.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\_), and hyphens (-). The name must start with a letter.
@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 CreateBasicEndpointGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointGroupRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public CreateBasicEndpointGroupRequest setClientToken(String clientToken)
public String getClientToken()
public CreateBasicEndpointGroupRequest setDescription(String description)
public String getDescription()
public CreateBasicEndpointGroupRequest setEndpointAddress(String endpointAddress)
public String getEndpointAddress()
public CreateBasicEndpointGroupRequest setEndpointGroupRegion(String endpointGroupRegion)
public String getEndpointGroupRegion()
public CreateBasicEndpointGroupRequest setEndpointSubAddress(String endpointSubAddress)
public String getEndpointSubAddress()
public CreateBasicEndpointGroupRequest setEndpointType(String endpointType)
public String getEndpointType()
public CreateBasicEndpointGroupRequest setName(String name)
public String getName()
public CreateBasicEndpointGroupRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.