public class ListVpcGatewayEndpointsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListVpcGatewayEndpointsRequest.ListVpcGatewayEndpointsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
String |
endpointId
The ID of the gateway endpoint.
|
String |
endpointName
The name of the gateway endpoint.
|
Long |
maxResults
The number of entries per page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the gateway endpoint.
|
String |
resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
serviceName
The name of the endpoint service.
|
List<ListVpcGatewayEndpointsRequest.ListVpcGatewayEndpointsRequestTags> |
tags
The tag list.
|
构造器和说明 |
---|
ListVpcGatewayEndpointsRequest() |
@NameInMap(value="EndpointId") public String endpointId
The ID of the gateway endpoint.
example:vpce-bp1i1212ss2whuwyw****
@NameInMap(value="EndpointName") public String endpointName
The name of the gateway endpoint.
The name must be 1 to 128 characters in length.
example:test
@NameInMap(value="MaxResults") public Long maxResults
The number of entries per page. Valid values: 1 to 100. Default value: 20.
example:20
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the gateway endpoint.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the gateway endpoint belongs.
example:rg-acfmxvfvazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ServiceName") public String serviceName
The name of the endpoint service.
example:com.aliyun.cn-hangzhou.oss
@NameInMap(value="Tags") public List<ListVpcGatewayEndpointsRequest.ListVpcGatewayEndpointsRequestTags> tags
The tag list.
public static ListVpcGatewayEndpointsRequest build(Map<String,?> map) throws Exception
Exception
public ListVpcGatewayEndpointsRequest setEndpointId(String endpointId)
public String getEndpointId()
public ListVpcGatewayEndpointsRequest setEndpointName(String endpointName)
public String getEndpointName()
public ListVpcGatewayEndpointsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListVpcGatewayEndpointsRequest setNextToken(String nextToken)
public String getNextToken()
public ListVpcGatewayEndpointsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListVpcGatewayEndpointsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListVpcGatewayEndpointsRequest setRegionId(String regionId)
public String getRegionId()
public ListVpcGatewayEndpointsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListVpcGatewayEndpointsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListVpcGatewayEndpointsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListVpcGatewayEndpointsRequest setServiceName(String serviceName)
public String getServiceName()
public ListVpcGatewayEndpointsRequest setTags(List<ListVpcGatewayEndpointsRequest.ListVpcGatewayEndpointsRequestTags> tags)
public List<ListVpcGatewayEndpointsRequest.ListVpcGatewayEndpointsRequestTags> getTags()
Copyright © 2024. All rights reserved.