mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
49 lines
1.2 KiB
Text
49 lines
1.2 KiB
Text
NAME
|
|
gcloud compute shared-vpc - configure shared VPC
|
|
|
|
SYNOPSIS
|
|
gcloud compute shared-vpc GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Configure Shared VPC configurations.
|
|
|
|
For more information about Shared VPC, see the Shared VPC documentation
|
|
(https://cloud.google.com/vpc/docs/shared-vpc/).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
associated-projects
|
|
Configure associated projects for Shared VPC networking.
|
|
|
|
organizations
|
|
Configure organizations for Shared VPC networking.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
disable
|
|
Disable the given project as a shared VPC host.
|
|
|
|
enable
|
|
Enable the given project as a shared VPC host.
|
|
|
|
get-host-project
|
|
Get the shared VPC host project that the given project is associated
|
|
with.
|
|
|
|
list-associated-resources
|
|
List the resources associated with the given shared VPC host project.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha compute shared-vpc
|
|
|
|
$ gcloud beta compute shared-vpc
|
|
|