mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -5,7 +5,8 @@ SYNOPSIS
|
|||
gcloud netapp storage-pools create (STORAGE_POOL : --location=LOCATION)
|
||||
--capacity=CAPACITY --network=[name=NAME],[psa-range=PSA-RANGE]
|
||||
--service-level=SERVICE_LEVEL [--active-directory=ACTIVE_DIRECTORY]
|
||||
[--async] [--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
|
||||
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
|
||||
[--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
|
||||
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
|
||||
[--replica-zone=REPLICA_ZONE] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -133,6 +134,10 @@ OPTIONAL FLAGS
|
|||
To set the active_directory attribute:
|
||||
▸ provide the argument --active-directory on the command line.
|
||||
|
||||
--allow-auto-tiering=ALLOW_AUTO_TIERING
|
||||
Boolean flag indicating whether Storage Pool is allowed to use
|
||||
auto-tiering
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
|
|
@ -3,10 +3,12 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud netapp storage-pools update (STORAGE_POOL : --location=LOCATION)
|
||||
[--active-directory=ACTIVE_DIRECTORY] [--async] [--capacity=CAPACITY]
|
||||
[--description=DESCRIPTION] [--replica-zone=REPLICA_ZONE]
|
||||
[--update-labels=[KEY=VALUE,...]] [--zone=ZONE]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--active-directory=ACTIVE_DIRECTORY]
|
||||
[--allow-auto-tiering=ALLOW_AUTO_TIERING] [--async]
|
||||
[--capacity=CAPACITY] [--description=DESCRIPTION]
|
||||
[--replica-zone=REPLICA_ZONE] [--update-labels=[KEY=VALUE,...]]
|
||||
[--zone=ZONE] [--clear-labels | --remove-labels=[KEY,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Updates a Storage Pool with given arguments
|
||||
|
|
@ -76,6 +78,10 @@ FLAGS
|
|||
To set the active_directory attribute:
|
||||
▸ provide the argument --active-directory on the command line.
|
||||
|
||||
--allow-auto-tiering=ALLOW_AUTO_TIERING
|
||||
Boolean flag indicating whether Storage Pool is allowed to use
|
||||
auto-tiering
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
|
|
@ -39,6 +39,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]
|
||||
[--source-backup=SOURCE_BACKUP : --backup_vault=BACKUP_VAULT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -278,6 +279,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
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ SYNOPSIS
|
|||
[--snapshot-weekly=[day=DAY],
|
||||
[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--source-snapshot=SOURCE_SNAPSHOT] [--storage-pool=STORAGE_POOL]
|
||||
[--tiering-policy=[tier-action=ENABLED|PAUSED,...]]
|
||||
[--unix-permissions=UNIX_PERMISSIONS] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--source-backup=SOURCE_BACKUP : --backup_vault=BACKUP_VAULT]
|
||||
|
|
@ -220,6 +221,18 @@ FLAGS
|
|||
To set the storage_pool attribute:
|
||||
▸ provide the argument --storage-pool 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