GoogleApi.VMwareEngine.V1.Model.ExternalAddress (google_api_v_mware_engine v0.5.0)
View SourceRepresents an allocated external IP address and its corresponding internal IP address in a private cloud.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time of this resource. -
description
(type:String.t
, default:nil
) - User-provided description for this resource. -
externalIp
(type:String.t
, default:nil
) - Output only. The external IP address of a workload VM. -
internalIp
(type:String.t
, default:nil
) - The internal IP address of a workload VM. -
name
(type:String.t
, default:nil
) - 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:projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address
-
state
(type:String.t
, default:nil
) - Output only. The state of the resource. -
uid
(type:String.t
, default:nil
) - Output only. System-generated unique identifier for the resource. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Last update time of this resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.ExternalAddress{ createTime: DateTime.t() | nil, description: String.t() | nil, externalIp: String.t() | nil, internalIp: String.t() | nil, name: String.t() | nil, state: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }