mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute snapshots create NAME [--async] [--chain-name=CHAIN_NAME]
|
||||
[--csek-key-file=FILE] [--description=DESCRIPTION] [--guest-flush]
|
||||
[--labels=[KEY=VALUE,...]] [--source-disk=SOURCE_DISK]
|
||||
[--source-disk-key-file=FILE] [--storage-location=LOCATION]
|
||||
[--labels=[KEY=VALUE,...]] [--snapshot-type=SNAPSHOT_TYPE]
|
||||
[--source-disk=SOURCE_DISK] [--source-disk-key-file=FILE]
|
||||
[--storage-location=LOCATION]
|
||||
[--source-disk-region=SOURCE_DISK_REGION
|
||||
| --source-disk-zone=SOURCE_DISK_ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -64,6 +65,11 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--snapshot-type=SNAPSHOT_TYPE
|
||||
Type of snapshot. If a snapshot type is not specified, a STANDARD
|
||||
snapshot will be created. SNAPSHOT_TYPE must be one of: ARCHIVE,
|
||||
STANDARD.
|
||||
|
||||
--source-disk=SOURCE_DISK
|
||||
Source disk used to create the snapshot. To create a snapshot from a
|
||||
source disk in a different project, specify the full path to the source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue