mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Nov 1 10:29:29 UTC 2023
This commit is contained in:
parent
ecf00beb5e
commit
f2c5d1d45f
371 changed files with 9433 additions and 9676 deletions
|
|
@ -5,8 +5,10 @@ SYNOPSIS
|
|||
gcloud compute snapshots create NAME [--async] [--chain-name=CHAIN_NAME]
|
||||
[--csek-key-file=FILE] [--description=DESCRIPTION] [--guest-flush]
|
||||
[--labels=[KEY=VALUE,...]] [--snapshot-type=SNAPSHOT_TYPE]
|
||||
[--source-disk=SOURCE_DISK] [--source-disk-key-file=FILE]
|
||||
[--storage-location=LOCATION]
|
||||
[--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-region=SOURCE_DISK_REGION
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -76,6 +78,17 @@ FLAGS
|
|||
disk. For example:
|
||||
https://www.googleapis.com/compute/v1/projects/MY-PROJECT/zones/MY-ZONE/disks/MY-DISK
|
||||
|
||||
--source-disk-for-recovery-checkpoint=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT
|
||||
Source disk whose recovery checkpoint used to create the snapshot. To
|
||||
create a snapshot from the recovery checkpoint of a source disk in a
|
||||
different project, specify the full path to the source disk. For
|
||||
example: projects/MY-PROJECT/regions/MY-REGION/disks/MY-DISK
|
||||
|
||||
--source-disk-for-recovery-checkpoint-region=SOURCE_DISK_FOR_RECOVERY_CHECKPOINT_REGION
|
||||
Region of the source disk for recovery checkpoint to operate on.
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
--source-disk-key-file=FILE
|
||||
Path to the customer-supplied encryption key of the source disk.
|
||||
Required if the source disk is protected by a customer-supplied
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue