Resource: ExternalAddress
Represents an allocated external IP address and its corresponding internal IP address in a private cloud.
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"internalIp": string,
"externalIp": string,
"state": enum ( |
| Fields | |
|---|---|
name |
Output only. Identifier. The resource name of this external IP address. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: |
createTime |
Output only. Creation time of this resource. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last update time of this resource. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
internalIp |
The internal IP address of a workload VM. |
externalIp |
Output only. The external IP address of a workload VM. |
state |
Output only. The state of the resource. |
uid |
Output only. System-generated unique identifier for the resource. |
description |
User-provided description for this resource. |
State
Enum State defines possible states of external addresses.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
The default value. This value should never be used. |
ACTIVE |
The address is ready. |
CREATING |
The address is being created. |
UPDATING |
The address is being updated. |
DELETING |
The address is being deleted. |
Methods |
|
|---|---|
|
Creates a new ExternalAddress resource in a given private cloud. |
|
Deletes a single external IP address. |
|
Gets details of a single external IP address. |
|
Lists external IP addresses assigned to VMware workload VMs in a given private cloud. |
|
Updates the parameters of a single external IP address. |