All Products
Search
Document Center

NAT Gateway:ListEnhanhcedNatGatewayAvailableZones

Last Updated:Mar 05, 2024

Queries the zones that support NAT gateways.

Operation description

You can call this operation to query zones that support NAT gateways, including Internet NAT gateways and Virtual Private Cloud (VPC) NAT gateways.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:ListEnhanhcedNatGatewayAvailableZonesList
  • NatGateway
    acs:vpc:{#regionId}:{#accountId}:natgateway/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region that you want to query.

You can call the DescribeRegions operation to query the most recent region list.

In this example, zones that support NAT gateways in the UAE (Dubai) region are queried.

me-east-1
AcceptLanguagestringNo

The language to display the results. Valid values:

  • zh-CN (default): Chinese
  • en-US: English
zh-CN
Filterobject []No

The filter information. You can specify a filter key and a filter value.

KeystringNo

The filter key. Only PrivateLinkEnabled is supported.

PrivateLinkEnabled
ValuestringNo

The value of the filter key.

Note If the filter key is set to PrivateLinkEnabled, you must specify a filter value. Valid values: true and false.
true

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

8AE6F367-52EA-535D-9A3D-EF23D70527C8
Zonesobject []

The list of zones.

ZoneIdstring

The ID of the zone where the instance is deployed.

me-east-1a
LocalNamestring

The name of the zone.

Dubai Zone A

Examples

Sample success responses

JSONformat

{
  "RequestId": "8AE6F367-52EA-535D-9A3D-EF23D70527C8",
  "Zones": [
    {
      "ZoneId": "me-east-1a",
      "LocalName": "Dubai Zone A"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidRegionId.NotFoundThe specified RegionId does not exist in our records.The specified region ID does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-12-26The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 404
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Filter
2023-10-17API Description Update. The Error code has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
Error CodesThe Error code has changed.
    delete Error Codes: 404
2023-03-01The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 404