VpcPeeringConnectivityArgs

data class VpcPeeringConnectivityArgs(val vpc: Output<String>? = null) : ConvertibleToJava<VpcPeeringConnectivityArgs>

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.

Constructors

Link copied to clipboard
fun VpcPeeringConnectivityArgs(vpc: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VpcPeeringConnectivityArgs

Properties

Link copied to clipboard
val vpc: Output<String>? = null

The name of the VPC network to peer with the Cloud SQL private network.