Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The "network_name" can be included in the gcloud sql instances patch command by specifying the flag --network=my-network-name. For example:

gcloud sql instances patch [INSTANCE_NAME] --network=my-network-name

Replace [INSTANCE_NAME] with the name of the Cloud SQL instance and "my-network-name" with the name of the VPC network.