Queries a list of IPv4 gateway instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ListIpv4Gateways |
list |
Ipv4Gateway
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the IPv4 gateways to query. Call the DescribeRegions operation to query the most recent region list. |
ap-southeast-6 |
| MaxResults |
integer |
No |
The number of entries to return on each page. Valid values: 1 to 100. Default value: 10. |
10 |
| NextToken |
string |
No |
The pagination token for the next query. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| VpcId |
string |
No |
The ID of the VPC associated with the IPv4 gateway. |
vpc-5tsrxlw7dv074gci4**** |
| Ipv4GatewayId |
string |
No |
The ID of the IPv4 gateway. |
ipv4gw-5tsnc6s4ogsedtp3k**** |
| Ipv4GatewayName |
string |
No |
The name of the IPv4 gateway. The name must be 1 to 128 characters in length, and cannot start with |
name |
| RegionId |
string |
Yes |
The region ID of the IPv4 gateways to query. Call the DescribeRegions operation to query the most recent region list. |
ap-southeast-6 |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the IPv4 gateway belongs. |
rg-bp67acfmxazb4ph**** |
| Tags |
array<object> |
No |
The tags of the resource. |
|
|
object |
No |
The tags of the resource. |
||
| Key |
string |
No |
The tag key. You can specify up to 20 tag keys. The tag key cannot be an empty string. The key cannot exceed 64 characters in length and can contain digits, periods (.), underscores (_), and hyphens (-). The key must start with a letter but cannot start with |
FinanceDept |
| Value |
string |
No |
The tag value. You can specify up to 20 tag values. The tag value can be an empty string. The tag value cannot exceed 128 characters in length and can contain digits, periods (.), underscores (_), and hyphens (-). The tag value must start with a letter but cannot start with |
FinanceJoshua |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextToken |
string |
The pagination token for the next query. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| RequestId |
string |
The request ID. |
2D265800-E306-529C-8418-84B0A1D201DB |
| TotalCount |
string |
The total number of entries returned. |
1 |
| Ipv4GatewayModels |
array<object> |
The list of IPv4 gateways. |
|
|
array<object> |
|||
| VpcId |
string |
The ID of the VPC associated with the IPv4 gateways. |
vpc-5tsrxlw7dv074gci4**** |
| Status |
string |
The status of the IPv4 gateway. Valid values:
|
Created |
| Ipv4GatewayId |
string |
The ID of the IPv4 gateway. |
ipv4gw-5tsnc6s4ogsedtp3k**** |
| Ipv4GatewayDescription |
string |
The description of the IPv4 gateway. |
test |
| Enabled |
boolean |
Whether the IPv4 gateway is activated. Valid values:
|
true |
| GmtCreate |
string |
The time when the IPv4 gateway was created. |
2021-12-02T07:07:35Z |
| Ipv4GatewayRouteTableId |
string |
The ID of the route table associated with the IPv4 gateway. |
vtb-5ts0ohchwkp3dydt2**** |
| Ipv4GatewayName |
string |
The name of the IPv4 gateway. |
name |
| ResourceGroupId |
string |
The ID of the resource group to which the IPv4 gateway belongs. |
rg-bp67acfmxazb4ph**** |
| Tags |
array<object> |
The tags added to the IPv4 gateway. |
|
|
object |
|||
| Key |
string |
The tag key. |
FinanceDept |
| Value |
string |
The tag value. |
FinanceJoshua |
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParam.NextToken | The specified NextToken is invalid. | The specified NextToken is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.