mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 19:06:53 +00:00
35 lines
882 B
Text
35 lines
882 B
Text
NAME
|
|
gcloud compute shared-vpc associated-projects - configure associated
|
|
projects for Shared VPC networking
|
|
|
|
SYNOPSIS
|
|
gcloud compute shared-vpc associated-projects COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Configure associated projects for Shared VPC networking.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add
|
|
Associate the given project with a given shared VPC host project.
|
|
|
|
list
|
|
List the associated service projects of the given host project.
|
|
|
|
remove
|
|
Disassociate the given project from the given shared VPC host project.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute shared-vpc associated-projects
|
|
|
|
$ gcloud beta compute shared-vpc associated-projects
|
|
|