mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -6,7 +6,8 @@ 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,...]] [--tags=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Filestore backup of an instance file share.
|
||||
|
|
@ -64,6 +65,9 @@ OPTIONAL FLAGS
|
|||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tag KEY=VALUE pairs to add.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ SYNOPSIS
|
|||
[--location=LOCATION]
|
||||
[--managed-ad=[computer=COMPUTER],[domain=DOMAIN]]
|
||||
[--protocol=PROTOCOL; default="NFS_V3"] [--region=REGION]
|
||||
[--source-instance=SOURCE_INSTANCE] [--tier=TIER; default="BASIC_HDD"]
|
||||
[--source-instance=SOURCE_INSTANCE] [--tags=[KEY=VALUE,...]]
|
||||
[--tier=TIER; default="BASIC_HDD"]
|
||||
[--deletion-protection
|
||||
: --deletion-protection-reason=DELETION_PROTECTION_REASON]
|
||||
[--kms-key=KMS_KEY : --kms-keyring=KMS_KEYRING
|
||||
|
|
@ -258,6 +259,12 @@ OPTIONAL FLAGS
|
|||
--source-instance=SOURCE_INSTANCE
|
||||
The replication source instance of the Cloud Filestore instance.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
|
||||
<tag-key-namespaced-name>=<tag-value-short-name>.
|
||||
|
||||
Example: 123/environment=production,123/costCenter=marketing
|
||||
|
||||
--tier=TIER; default="BASIC_HDD"
|
||||
The service tier for the Cloud Filestore instance. For more details,
|
||||
see: https://cloud.google.com/filestore/docs/instance-tiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue