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 ( |
Fields | |
---|---|
name |
Required. Resource ID of the NAT address. |
ipAddress |
Output only. The static IPV4 address. |
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 |
|
---|---|
|
Activates the NAT address. |
|
Creates a NAT address. |
|
Deletes the NAT address. |
|
Gets the details of a NAT address. |
|
Lists the NAT addresses for an Apigee instance. |