View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2VpcAccess (quiqup_google_api_run v0.28.0)

VPC Access settings. For more information on creating a VPC Connector, visit https://cloud.google.com/vpc/docs/configure-serverless-vpc-access For information on how to configure Cloud Run with an existing VPC Connector, visit https://cloud.google.com/run/docs/configuring/connecting-vpc

attributes

Attributes

  • connector (type: String.t, default: nil) - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}
  • egress (type: String.t, default: nil) - Traffic VPC egress settings.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2VpcAccess{
  connector: String.t() | nil,
  egress: String.t() | nil
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.