GoogleApi.AppEngine.V1.Model.VpcAccessConnector (google_api_app_engine v0.34.0) View Source

VPC access connector specification.

Attributes

  • egressSetting (type: String.t, default: nil) - The egress setting for the connector, controlling what traffic is diverted through it.
  • name (type: String.t, default: nil) - Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AppEngine.V1.Model.VpcAccessConnector{
  egressSetting: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.