NatAddress

Apigee NAT (network address translation) address. A NAT address is a static external IP address used for Internet egress traffic. This is not avaible for Apigee hybrid. Apigee NAT addresses are not automatically activated because they might require explicit allow entries on the target systems first. See https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances.natAddresses/activate To get more information about NatAddress, see:

Example Usage

{{% /examples %}}

Import

NatAddress can be imported using any of these accepted formats

$ pulumi import gcp:apigee/natAddress:NatAddress default {{instance_id}}/natAddresses/{{name}}
$ pulumi import gcp:apigee/natAddress:NatAddress default {{instance_id}}/{{name}}

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The Apigee instance associated with the Apigee environment, in the format organizations/{{org_name}}/instances/{{instance_name}}.

Link copied to clipboard
val ipAddress: Output<String>

The allocated NAT IP address.

Link copied to clipboard
val name: Output<String>

Resource ID of the NAT address.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the NAT IP address.

Link copied to clipboard
val urn: Output<String>