mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha compute shared-vpc associated-projects - configure associated
|
|
projects for Shared VPC networking
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute shared-vpc associated-projects COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) 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
|
|
(ALPHA) Associate the given project with a given shared VPC host
|
|
project.
|
|
|
|
list
|
|
(ALPHA) List the associated service projects of the given host project.
|
|
|
|
remove
|
|
(ALPHA) Disassociate the given project from the given shared VPC host
|
|
project.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute shared-vpc associated-projects
|
|
|
|
$ gcloud beta compute shared-vpc associated-projects
|
|
|