View Source GoogleApi.DataMigration.V1.Model.VpcPeeringConnectivity (google_api_data_migration v0.15.0)

The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.

Attributes

  • vpc (type: String.t, default: nil) - The name of the VPC network to peer with the Cloud SQL private network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.VpcPeeringConnectivity{
  vpc: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.