mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 15 09:19:06 UTC 2024
This commit is contained in:
parent
e8259d86b1
commit
3b84182be4
193 changed files with 10091 additions and 581 deletions
|
|
@ -31,6 +31,7 @@ SYNOPSIS
|
|||
[--snapshot-weekly=[day=DAY],
|
||||
[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--source-snapshot=SOURCE_SNAPSHOT]
|
||||
[--tiering-policy=[tier-action=ENABLED|PAUSED,...]]
|
||||
[--unix-permissions=UNIX_PERMISSIONS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -231,6 +232,18 @@ OPTIONAL FLAGS
|
|||
To set the snapshot attribute:
|
||||
▸ provide the argument --source-snapshot on the command line.
|
||||
|
||||
--tiering-policy=[tier-action=ENABLED|PAUSED,...]
|
||||
Tiering Policy contains auto tiering policy on a volume.
|
||||
|
||||
Tiering Policy will have the following format
|
||||
--tiering-policy=tier-action=TIER_ACTION,
|
||||
cooling-threshold-days=COOLING_THRESHOLD_DAYS
|
||||
|
||||
tier-action is an enum, supported values are ENABLED or PAUSED,
|
||||
cooling-threshold-days is an integer represents time in days to mark
|
||||
the volume's data block as cold and make it eligible for tiering, can
|
||||
be range from 7-183. Default is 31.
|
||||
|
||||
--unix-permissions=UNIX_PERMISSIONS
|
||||
Unix permissions the mount point will be created with. Unix permissions
|
||||
are only applicable with NFS protocol only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue