All Products
Search
Document Center

NAT Gateway:ModifyFullNatEntryAttribute

Last Updated:Oct 28, 2025

Modifies a FULLNAT entry.

Operation description

  • ModifyFullNatEntryAttribute is an asynchronous operation. After a request is sent, the system returns a request ID and runs the task in the background. You can call the ListFullNatEntries operation to query the status of a FULLNAT entry.

    • Modifying: indicates that the system is modifying the FULLNAT entry. You can query the FULLNAT entry, but cannot perform other operations.
    • Available: indicates that the FULLNAT entry is modified.
  • You cannot repeatedly call the ModifyFullNatEntryAttribute operation to modify a FULLNAT entry within the specified period of time.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:ModifyFullNatEntryAttributeupdate
*FullNat
acs:vpc:{#regionId}:{#accountId}:vpcfullnattable/{#FullNatTableId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

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.

Note 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.
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
FullNatTableIdstringYes

The ID of the FULLNAT table to be modified.

fulltb-gw88z7hhlv43rmb26****
FullNatEntryIdstringYes

The ID of the FULLNAT entry to be modified.

fullnat-gw8fz23jezpbblf1j****
NetworkInterfaceIdstringNo

The ID of the elastic network interface (ENI) to be modified.

eni-gw8g131ef2dnbu3k****
NatIpstringNo

The NAT IP address to be modified.

192.168.XX.XX
NatIpPortstringNo

The frontend port to be modified in FULLNAT port mapping. Valid values: 1 to 65535.

80
AccessIpstringNo

The backend IP address to be modified in FULLNAT address translation.

192.168.XX.XX
AccessPortstringNo

The backend port to be modified in FULLNAT port mapping. Valid values: 1 to 65535.

80
IpProtocolstringNo

The protocol of the packets that are forwarded by the port. Valid values:

  • TCP: TCP
  • UDP
TCP
FullNatEntryNamestringNo

The new name of the FULLNAT entry.

The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://.

modify
FullNatEntryDescriptionstringNo

The new description of the FULLNAT entry.

You can leave this parameter empty or enter a description. If you enter a description, the description must be 2 to 256 characters in length and cannot start with http:// or https://.

abcd
DryRunbooleanNo

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

  • true: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
  • false: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
false
RegionIdstringYes

The region ID of the Virtual Private Cloud (VPC) NAT gateway to which the FULLNAT entry to be modified belongs.

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

eu-central-1

Response parameters

ParameterTypeDescriptionExample
object

The request ID.

RequestIdstring

The request ID.

2315DEB7-5E92-423A-91F7-4C1EC9AD97C3

Examples

Sample success responses

JSONformat

{
  "RequestId": "2315DEB7-5E92-423A-91F7-4C1EC9AD97C3"
}

Error codes

HTTP status codeError codeError messageDescription
400ResourceNotFound.NetworkInterfaceIdThe specified resource is not found.The specified resource is not found.
400ResourceAlreadyExist.FullNatEntryThe specified resource of %s is already exist.The FULLNAT rule already exists.
400IncorrectStatus.NatIpThe status of %s [%s] is incorrect.The status of NatIp is incorrect.
400UnsupportedFeature.PrivateLinkModeThe feature of %s is not supported.The feature of reverse access is not supported.
400DependencyViolation.PrivateLinkModeThe specified resource of %s depends on %s, so the operation cannot be completed.The %s resource depends on %s.

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

Change history

Change timeSummary of changesOperation
2024-07-23The Error code has changedView Change Details