REST Resource: organizations.instances.natAddresses

Resource: NatAddress

Apigee NAT(network address translation) address. A NAT address is a static external IP address used for Internet egress traffic.

JSON representation
{
  "name": string,
  "ipAddress": string,
  "state": enum (State)
}
Fields
name

string

Required. Resource ID of the NAT address.

ipAddress

string

Output only. The static IPV4 address.

state

enum (State)

Output only. State of the nat address.

State

The current state of the resource.

Enums
STATE_UNSPECIFIED The resource is in an unspecified state.
CREATING The NAT address is being created.
RESERVED The NAT address is reserved but not yet used for Internet egress.
ACTIVE The NAT address is active and used for Internet egress.
DELETING The NAT address is being deleted.

Methods

activate

Activates the NAT address.

create

Creates a NAT address.

delete

Deletes the NAT address.

get

Gets the details of a NAT address.

list

Lists the NAT addresses for an Apigee instance.