1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Feb 29 10:17:22 UTC 2024

This commit is contained in:
Automated 2024-02-29 10:17:22 +00:00
parent 8778dcbd7e
commit 37dd57701a
203 changed files with 3473 additions and 5938 deletions

View file

@ -229,7 +229,7 @@ FLAGS
created.
--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT
Source instant snapshot used to create the disks.
Name of the source instant snapshot used to create the disks.
--source-snapshot=SOURCE_SNAPSHOT
Source snapshot used to create the disks. It is safe to delete a

View file

@ -31,6 +31,11 @@ DESCRIPTION
all four of these steps as required, depending on the input arguments
specified.
Before importing an image, set up access to Cloud Storage and grant
required roles to the user accounts and service accounts. For more
information, see
https://cloud.google.com/compute/docs/import/requirements-export-import-images.
To override the detected OS, specify the --os flag. You can omit the
translation step using the --data-disk flag.

View file

@ -76,8 +76,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instance-groups managed all-instances-config delete
$ gcloud alpha compute instance-groups managed \
all-instances-config delete

View file

@ -28,8 +28,10 @@ COMMANDS
group.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instance-groups managed all-instances-config
$ gcloud alpha compute instance-groups managed all-instances-config

View file

@ -78,8 +78,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instance-groups managed all-instances-config update
$ gcloud alpha compute instance-groups managed \
all-instances-config update

View file

@ -88,8 +88,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots add-labels
$ gcloud alpha compute instant-snapshots add-labels

View file

@ -92,8 +92,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots create
$ gcloud alpha compute instant-snapshots create

View file

@ -86,8 +86,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots delete
$ gcloud alpha compute instant-snapshots delete

View file

@ -74,8 +74,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots describe
$ gcloud alpha compute instant-snapshots describe

View file

@ -35,8 +35,10 @@ COMMANDS
(BETA) List Google Compute Engine instant snapshots.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots
$ gcloud alpha compute instant-snapshots

View file

@ -105,8 +105,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute instant-snapshots list
$ gcloud alpha compute instant-snapshots list

View file

@ -100,9 +100,12 @@ FLAGS
encryption key.
--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT
Source instant snapshot used to create the snapshot. To create a
snapshot from a source instant snapshot in a different project, specify
the full path to the source instant snapshot. For example:
The name or URL of the source instant snapshot. If the name is
provided, the instant snapshot's zone or region must be specified with
--source-instant-snapshot-zone or --source-instant-snapshot-region
accordingly. To create a snapshot from an instant snapshot in a
different project, specify the full path to the instant snapshot. If
the URL is provided, format should be:
https://www.googleapis.com/compute/v1/projects/MY-PROJECT/zones/MY-ZONE/instantSnapshots/MY-INSTANT-SNAPSHOT
--source-instant-snapshot-key-file=FILE