mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
--instance=INSTANCE --region=REGION
|
||||
(--instance-location=INSTANCE_LOCATION | --instance-zone=INSTANCE_ZONE)
|
||||
[--async] [--description=DESCRIPTION] [--kms-key=KMS_KEY]
|
||||
[--labels=KEY=VALUE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Filestore backup of an instance file share.
|
||||
|
|
@ -60,7 +60,7 @@ OPTIONAL FLAGS
|
|||
CMEK for backup in the form of
|
||||
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}
|
||||
|
||||
--labels=KEY=VALUE
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ SYNOPSIS
|
|||
gcloud filestore instances snapshots create SNAPSHOT --instance=INSTANCE
|
||||
(--instance-location=INSTANCE_LOCATION
|
||||
| --instance-region=INSTANCE_REGION) [--async]
|
||||
[--description=DESCRIPTION] [--labels=KEY=VALUE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Filestore snapshot of an instance.
|
||||
|
|
@ -47,7 +48,7 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the snapshot. Limit: 2048 characters.
|
||||
|
||||
--labels=KEY=VALUE
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue