mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -36,6 +36,19 @@ EXAMPLES
|
|||
In the second example, the project and location are taken from gcloud
|
||||
properties core/project and compute/zone.
|
||||
|
||||
To create a stretched private cloud in the us-west2 region using us-west2-a
|
||||
zone as preferred and us-west2-b zone as secondary
|
||||
|
||||
$ gcloud vmware private-clouds create my-private-cloud \
|
||||
--project=sample-project --location=us-west2 \
|
||||
--cluster=my-management-cluster \
|
||||
--node-type-config=type=standard-72,count=6 \
|
||||
--management-range=192.168.0.0/24 \
|
||||
--vmware-engine-network=my-network --type=STRETCHED \
|
||||
--preferred-zone=us-west2-a --secondary-zone=us-west2-b
|
||||
|
||||
The project is taken from gcloud properties core/project.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Private cloud resource - private_cloud. The arguments in this group can be
|
||||
used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue