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

View Source

PscConfig contains PSC related configuration at a cluster level.

Attributes

  • pscEnabled (type: boolean(), default: nil) - Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
  • serviceOwnedProjectNumber (type: String.t, default: nil) - Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.PscConfig{
  pscEnabled: boolean() | nil,
  serviceOwnedProjectNumber: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.