mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Thu Feb 29 10:17:22 UTC 2024
This commit is contained in:
parent
8778dcbd7e
commit
37dd57701a
203 changed files with 3473 additions and 5938 deletions
|
|
@ -8,9 +8,14 @@ SYNOPSIS
|
|||
[--source-disk=SOURCE_DISK]
|
||||
[--source-disk-for-recovery-checkpoint=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT]
|
||||
[--source-disk-for-recovery-checkpoint-region=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT_REGION]
|
||||
[--source-disk-key-file=FILE] [--storage-location=LOCATION]
|
||||
[--source-disk-key-file=FILE]
|
||||
[--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT]
|
||||
[--source-instant-snapshot-key-file=FILE] [--storage-location=LOCATION]
|
||||
[--source-disk-region=SOURCE_DISK_REGION
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE]
|
||||
[--source-instant-snapshot-region=SOURCE_INSTANT_SNAPSHOT_REGION
|
||||
| --source-instant-snapshot-zone=SOURCE_INSTANT_SNAPSHOT_ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute snapshots create creates snapshot of persistent disk.
|
||||
|
|
@ -94,6 +99,20 @@ FLAGS
|
|||
Required if the source disk is protected by a customer-supplied
|
||||
encryption key.
|
||||
|
||||
--source-instant-snapshot=SOURCE_INSTANT_SNAPSHOT
|
||||
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
|
||||
Path to the customer-supplied encryption key of the source instant
|
||||
snapshot. Required if the source instant snapshot is protected by a
|
||||
customer-supplied encryption key.
|
||||
|
||||
--storage-location=LOCATION
|
||||
Google Cloud Storage location, either regional or multi-regional, where
|
||||
snapshot content is to be stored. If absent, a nearby regional or
|
||||
|
|
@ -109,6 +128,16 @@ FLAGS
|
|||
Zone of the source disk to operate on. Overrides the default
|
||||
compute/zone property value for this command invocation.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--source-instant-snapshot-region=SOURCE_INSTANT_SNAPSHOT_REGION
|
||||
Region of the source instant snapshot to operate on. Overrides the
|
||||
default compute/region property value for this command invocation.
|
||||
|
||||
--source-instant-snapshot-zone=SOURCE_INSTANT_SNAPSHOT_ZONE
|
||||
Zone of the source instant snapshot to operate on. Overrides the
|
||||
default compute/zone property value for this command invocation.
|
||||
|
||||
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