mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
[name=NAME],[reserved-ip-range=RESERVED-IP-RANGE] [--async]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--location=LOCATION] [--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
|
||||
|
|
@ -214,6 +215,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