mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -15,11 +15,10 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To create a new management server sample-ms in project sample-project and
|
||||
location us-central1 with network sample-network, run:
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud alpha backup-dr management-servers create sample-ms \
|
||||
--project=sample-project --location=us-central1 \
|
||||
--network=projects/sample-project/global/networks/sample-network
|
||||
--project=sample-project --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management Server resource - Name of the management server to be created.
|
||||
|
|
@ -62,14 +61,17 @@ FLAGS
|
|||
disable.
|
||||
|
||||
--network=NETWORK
|
||||
Name of an existing VPC network with private service access configured
|
||||
in the format - projects/<project>/global/networks/<network>. This VPC
|
||||
network allows the management console to communicate with all
|
||||
backup/recovery appliances and requires a minimum IP range of /23. This
|
||||
value cannot be changed after you deploy the management server. If you
|
||||
don't have private service access, configure one. [Learn more]
|
||||
(DEPRECATED) Name of an existing VPC network with private service
|
||||
access configured in the format -
|
||||
projects/<project>/global/networks/<network>. This VPC network allows
|
||||
the management console to communicate with all backup/recovery
|
||||
appliances and requires a minimum IP range of /23. This value cannot be
|
||||
changed after you deploy the management server. If you don't have
|
||||
private service access, configure one. [Learn more]
|
||||
(https://cloud.google.com/vpc/docs/configure-private-services-access)
|
||||
|
||||
Flag --network is deprecated.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue