GoogleApi.ServiceNetworking.V1.Model.CloudSQLConfig (google_api_service_networking v0.40.0)

View Source

Cloud SQL configuration.

Attributes

  • service (type: String.t, default: nil) - Peering service used for peering with the Cloud SQL project.
  • umbrellaNetwork (type: String.t, default: nil) - The name of the umbrella network in the Cloud SQL umbrella project.
  • umbrellaProject (type: String.t, default: nil) - The project number of the Cloud SQL umbrella project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.CloudSQLConfig{
  service: String.t() | nil,
  umbrellaNetwork: String.t() | nil,
  umbrellaProject: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.