Ask Your Question
2

What is the method of including the "network_name" in the gcloud sql instances patch command to successfully pass it?

asked 2023-07-09 11:25:03 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-09 11:31:02 +0000

scrum gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-09 11:25:03 +0000

Seen: 9 times

Last updated: Jul 09 '23