Creates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed.
Note: Not supported for Apigee hybrid.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*/instances/*}/natAddresses
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["Creates a NAT address in a RESERVED state with a static external IP, which is initially not used for internet egress."],["The HTTP request uses `POST` to a specific URL structure: `https://apigee.googleapis.com/v1/{parent=organizations/*/instances/*}/natAddresses`."],["The request requires a `parent` path parameter in the format: `organizations/{org}/instances/{instance}`."],["The request body should contain an instance of `NatAddress`, and a successful response returns an `Operation` instance."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]