pydo.vpcnatgateways.update()
Generated on 20 Oct 2025
from pydo
version
v0.18.0
Description
To update the configuration of an existing VPC NAT Gateway, send a PUT request to
/v2/vpc_nat_gateways/$VPC_NAT_GATEWAY_ID
. The request must contain a full representation
of the VPC NAT Gateway including existing attributes.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
id |
string | True | The unique identifier of the VPC NAT gateway. | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.