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 to which the endpoint that you want to query belongs.
|
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
The name of the endpoint that you want to query.
|
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 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 to which the endpoint that you want to query belongs.
@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) instance.
* **ECS**: Elastic Compute Service (ECS) instance.
* **NLB**: Network Load Balancer (NLB) instance.
@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
The name of the endpoint that you want to query.
The name must be 1 to 128 characters in length, and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). It must start with a letter.
@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
Exception
public 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 © 2024. All rights reserved.