GoogleApi.AlloyDB.V1.Model.PscAutoConnectionConfig (google_api_alloy_db v0.16.0)

View Source

Configuration for setting up PSC service automation. Consumer projects in the configs will be allowlisted automatically for the instance.

Attributes

  • consumerNetwork (type: String.t, default: nil) - The consumer network for the PSC service automation, example: "projects/vpc-host-project/global/networks/default". The consumer network might be hosted a different project than the consumer project.
  • consumerNetworkStatus (type: String.t, default: nil) - Output only. The status of the service connection policy.
  • consumerProject (type: String.t, default: nil) - The consumer project to which the PSC service automation endpoint will be created.
  • ipAddress (type: String.t, default: nil) - Output only. The IP address of the PSC service automation endpoint.
  • status (type: String.t, default: nil) - Output only. The status of the PSC service automation connection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.PscAutoConnectionConfig{
  consumerNetwork: String.t() | nil,
  consumerNetworkStatus: String.t() | nil,
  consumerProject: String.t() | nil,
  ipAddress: String.t() | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.