public class ListBasicEndpointsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
endpointGroupId
The ID of the endpoint group that you want to query.
|
String |
endpointId
The ID of the endpoint that you want to query.
|
String |
endpointType
The type of endpoint that you want to query.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
name |
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.
|
| 构造器和说明 |
|---|
ListBasicEndpointsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListBasicEndpointsRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getEndpointGroupId() |
String |
getEndpointId() |
String |
getEndpointType() |
Integer |
getMaxResults() |
String |
getName() |
String |
getNextToken() |
String |
getRegionId() |
ListBasicEndpointsRequest |
setClientToken(String clientToken) |
ListBasicEndpointsRequest |
setEndpointGroupId(String endpointGroupId) |
ListBasicEndpointsRequest |
setEndpointId(String endpointId) |
ListBasicEndpointsRequest |
setEndpointType(String endpointType) |
ListBasicEndpointsRequest |
setMaxResults(Integer maxResults) |
ListBasicEndpointsRequest |
setName(String name) |
ListBasicEndpointsRequest |
setNextToken(String nextToken) |
ListBasicEndpointsRequest |
setRegionId(String regionId) |
@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="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group that you want to query.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint that you want to query.
@NameInMap(value="EndpointType") public String endpointType
The type of endpoint that you want to query. Valid values:
* **ENI**: elastic network interface (ENI)
* **SLB**: Classic Load Balancer (CLB)
* **ECS**: Elastic Compute Service (ECS)
@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="Name") public String name
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the query. Valid values:
* If this is your first query or no next query is to be sent, ignore this parameter.
* If a next query is to be sent, set the value 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 ListBasicEndpointsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListBasicEndpointsRequest setClientToken(String clientToken)
public String getClientToken()
public ListBasicEndpointsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListBasicEndpointsRequest setEndpointId(String endpointId)
public String getEndpointId()
public ListBasicEndpointsRequest setEndpointType(String endpointType)
public String getEndpointType()
public ListBasicEndpointsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListBasicEndpointsRequest setName(String name)
public String getName()
public ListBasicEndpointsRequest setNextToken(String nextToken)
public String getNextToken()
public ListBasicEndpointsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.