public class ListIpv4GatewaysRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListIpv4GatewaysRequest.ListIpv4GatewaysRequestTags |
限定符和类型 | 字段和说明 |
---|---|
String |
ipv4GatewayId
The ID of the IPv4 gateway.
|
String |
ipv4GatewayName
The name of the IPv4 gateway.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that is used for the next query.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the IPv4 gateways to be queried are deployed.
|
String |
resourceGroupId
The ID of the resource group to which the IPv4 gateway belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<ListIpv4GatewaysRequest.ListIpv4GatewaysRequestTags> |
tags
The tags of the resource.
|
String |
vpcId
The ID of the virtual private cloud (VPC) with which the IPv4 gateway is associated.
|
构造器和说明 |
---|
ListIpv4GatewaysRequest() |
@NameInMap(value="Ipv4GatewayId") public String ipv4GatewayId
The ID of the IPv4 gateway.
example:ipv4gw-5tsnc6s4ogsedtp3k****
@NameInMap(value="Ipv4GatewayName") public String ipv4GatewayName
The name of the IPv4 gateway.
The name must be 1 to 128 characters in length, and cannot start with http://
or https://
.
name
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: 1 to 100. Default value: 10.
example:10
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPv4 gateways to be queried are deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:ap-southeast-6
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the IPv4 gateway belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tags") public List<ListIpv4GatewaysRequest.ListIpv4GatewaysRequestTags> tags
The tags of the resource.
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC) with which the IPv4 gateway is associated.
example:vpc-5tsrxlw7dv074gci4****
public static ListIpv4GatewaysRequest build(Map<String,?> map) throws Exception
Exception
public ListIpv4GatewaysRequest setIpv4GatewayId(String ipv4GatewayId)
public String getIpv4GatewayId()
public ListIpv4GatewaysRequest setIpv4GatewayName(String ipv4GatewayName)
public String getIpv4GatewayName()
public ListIpv4GatewaysRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListIpv4GatewaysRequest setNextToken(String nextToken)
public String getNextToken()
public ListIpv4GatewaysRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListIpv4GatewaysRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListIpv4GatewaysRequest setRegionId(String regionId)
public String getRegionId()
public ListIpv4GatewaysRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public ListIpv4GatewaysRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListIpv4GatewaysRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListIpv4GatewaysRequest setTags(List<ListIpv4GatewaysRequest.ListIpv4GatewaysRequestTags> tags)
public List<ListIpv4GatewaysRequest.ListIpv4GatewaysRequestTags> getTags()
public ListIpv4GatewaysRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.