View Source GoogleApi.AlloyDB.V1.Model.ConnectionInfo (google_api_alloy_db v0.5.0)

ConnectionInfo singleton resource. https://google.aip.dev/156

Attributes

  • instanceUid (type: String.t, default: nil) - Output only. The unique ID of the Instance.
  • ipAddress (type: String.t, default: nil) - Output only. The private network IP address for the Instance. This is the default IP for the instance and is always created (even if enable_public_ip is set). This is the connection endpoint for an end-user application.
  • name (type: String.t, default: nil) - The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.
  • publicIpAddress (type: String.t, default: nil) - Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.ConnectionInfo{
  instanceUid: String.t() | nil,
  ipAddress: String.t() | nil,
  name: String.t() | nil,
  publicIpAddress: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.