mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -13,6 +13,7 @@ SYNOPSIS
|
|||
[--placement=REGION,REGION]
|
||||
[--recovery-point-objective=SETTING, --rpo=SETTING]
|
||||
[--retention-period=RETENTION_PERIOD]
|
||||
[--soft-delete-duration=SOFT_DELETE_DURATION]
|
||||
[--[no-]uniform-bucket-level-access, -b]
|
||||
[--autoclass-terminal-storage-class=AUTOCLASS_TERMINAL_STORAGE_CLASS
|
||||
--[no-]enable-autoclass] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -95,6 +96,13 @@ FLAGS
|
|||
Default is no retention period. Only available for Cloud Storage using
|
||||
the JSON API.
|
||||
|
||||
--soft-delete-duration=SOFT_DELETE_DURATION
|
||||
Duration to retain soft-deleted objects. For example, "2w1d" is two
|
||||
weeks and one day. The presence of this flag creates a bucket with a
|
||||
soft delete policy enabled, meaning deleted objects can be restored if
|
||||
requested within the inputted duration. See gcloud topic datetimes for
|
||||
more information on the duration format.
|
||||
|
||||
--[no-]uniform-bucket-level-access, -b
|
||||
Turns on uniform bucket-level access setting. Default is False. Use
|
||||
--uniform-bucket-level-access to enable and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue