mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Dec 10 10:54:29 UTC 2025
This commit is contained in:
parent
7b14250313
commit
6d07e70b12
313 changed files with 11521 additions and 1088 deletions
|
|
@ -9,8 +9,8 @@ SYNOPSIS
|
|||
[manual-backup-immutable=MANUAL-BACKUP-IMMUTABLE],
|
||||
[monthly-backup-immutable=MONTHLY-BACKUP-IMMUTABLE],
|
||||
[weekly-backup-immutable=WEEKLY-BACKUP-IMMUTABLE]]
|
||||
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--kms-config=KMS_CONFIG]
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Cloud NetApp Backup Vault.
|
||||
|
|
@ -78,6 +78,31 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
A description of the Cloud NetApp Backup Vault
|
||||
|
||||
Kms config resource - The resource name of the KMS Config to use for
|
||||
encrypting backups within this backup vault. Format:
|
||||
projects/{project_id}/locations/{location}/kmsConfigs/{kms_config_id} This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --kms-config on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
◆ provide the argument --kms-config on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --location on the command line;
|
||||
◆ set the property netapp/location.
|
||||
|
||||
--kms-config=KMS_CONFIG
|
||||
ID of the kms_config or fully qualified identifier for the
|
||||
kms_config.
|
||||
|
||||
To set the kms_config attribute:
|
||||
▸ provide the argument --kms-config on the command line.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
|
|
@ -15,16 +15,19 @@ SYNOPSIS
|
|||
[peer-cluster-name=PEER-CLUSTER-NAME],
|
||||
[peer-ip-addresses=PEER-IP-ADDRESSES],
|
||||
[peer-svm-name=PEER-SVM-NAME],[peer-volume-name=PEER-VOLUME-NAME]]
|
||||
[--cache-pre-populate=[exclude-path-list=EXCLUDE-PATH-LIST],
|
||||
[path-list=PATH-LIST],[recursion=RECURSION]]
|
||||
[--description=DESCRIPTION] [--enable-kerberos=ENABLE_KERBEROS]
|
||||
[--export-policy=[access-type=ACCESS-TYPE],
|
||||
[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],
|
||||
[allowed-clients=ALLOWED-CLIENTS],[anon-uid=ANON-UID],
|
||||
[has-root-access=HAS-ROOT-ACCESS],
|
||||
[kerberos-5-read-only=KERBEROS-5-READ-ONLY],
|
||||
[kerberos-5-read-write=KERBEROS-5-READ-WRITE],
|
||||
[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],
|
||||
[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],
|
||||
[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],
|
||||
[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4]]
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4],[squash-mode=SQUASH-MODE]]
|
||||
[--hybrid-replication-parameters=[cluster-location=CLUSTER-LOCATION],
|
||||
[description=DESCRIPTION],
|
||||
[hybrid-replication-type=HYBRID-REPLICATION-TYPE],[labels=LABELS],
|
||||
|
|
@ -196,13 +199,29 @@ OPTIONAL FLAGS
|
|||
*enable-global-file-lock*::: If true, enable global file lock
|
||||
*cache-config*::: Cache-config as a hashtag-separated(#) list of key-value pairs
|
||||
|
||||
--cache-pre-populate=[exclude-path-list=EXCLUDE-PATH-LIST],[path-list=PATH-LIST],[recursion=RECURSION]
|
||||
Cache Pre-populate contains cache pre-populate parameters of a volume.
|
||||
|
||||
Cache Pre-populate will have the following format
|
||||
--cache-pre-populate=path-list=PATH_LIST1#PATH_LIST2,
|
||||
exclude-path-list=EXCLUDE_PATH_LIST1#EXCLUDE_PATH_LIST2,
|
||||
recursion=RECURSION
|
||||
|
||||
path-list
|
||||
Hashtag-separated(#) list of paths to be pre-populated
|
||||
exclude-path-list
|
||||
Hashtag-separated(#) list of paths to be excluded from
|
||||
pre-population
|
||||
recursion
|
||||
Boolean value indicating pre-populate recursion.
|
||||
|
||||
--description=DESCRIPTION
|
||||
A description of the Cloud NetApp Volume
|
||||
|
||||
--enable-kerberos=ENABLE_KERBEROS
|
||||
Boolean flag indicating whether Volume is a kerberos Volume or not
|
||||
|
||||
--export-policy=[access-type=ACCESS-TYPE],[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],[kerberos-5-read-only=KERBEROS-5-READ-ONLY],[kerberos-5-read-write=KERBEROS-5-READ-WRITE],[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],[nfsv3=NFSV3],[nfsv4=NFSV4]
|
||||
--export-policy=[access-type=ACCESS-TYPE],[allowed-clients=ALLOWED-CLIENTS],[anon-uid=ANON-UID],[has-root-access=HAS-ROOT-ACCESS],[kerberos-5-read-only=KERBEROS-5-READ-ONLY],[kerberos-5-read-write=KERBEROS-5-READ-WRITE],[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],[nfsv3=NFSV3],[nfsv4=NFSV4],[squash-mode=SQUASH-MODE]
|
||||
Export Policy of a Cloud NetApp Files Volume. This will be a field
|
||||
similar to network in which export policy fields can be specified as
|
||||
such: --export-policy=allowed-clients=ALLOWED_CLIENTS_IP_ADDRESSES,
|
||||
|
|
@ -212,7 +231,8 @@ OPTIONAL FLAGS
|
|||
kerberos-5i-read-only=KERBEROS_5I_READ_ONLY,
|
||||
kerberos-5i-read-write=KERBEROS_5I_READ_WRITE,
|
||||
kerberos-5p-read-only=KERBEROS_5P_READ_ONLY,
|
||||
kerberos-5p-read-write=KERBEROS_5P_READ_WRITE
|
||||
kerberos-5p-read-write=KERBEROS_5P_READ_WRITE,
|
||||
squash-mode=SQUASH_MODE,anon-uid=ANON_UID
|
||||
|
||||
--hybrid-replication-parameters=[cluster-location=CLUSTER-LOCATION],[description=DESCRIPTION],[hybrid-replication-type=HYBRID-REPLICATION-TYPE],[labels=LABELS],[large-volume-constituent-count=LARGE-VOLUME-CONSTITUENT-COUNT],[peer-cluster-name=PEER-CLUSTER-NAME],[peer-ip-addresses=PEER-IP-ADDRESSES],[peer-svm-name=PEER-SVM-NAME],[peer-volume-name=PEER-VOLUME-NAME],[replication=REPLICATION],[replication-schedule=REPLICATION-SCHEDULE]
|
||||
Hybrid Replication Parameters contains hybrid replication parameters on
|
||||
|
|
|
|||
|
|
@ -13,17 +13,20 @@ SYNOPSIS
|
|||
[peer-cluster-name=PEER-CLUSTER-NAME],
|
||||
[peer-ip-addresses=PEER-IP-ADDRESSES],
|
||||
[peer-svm-name=PEER-SVM-NAME],[peer-volume-name=PEER-VOLUME-NAME]]
|
||||
[--capacity=CAPACITY] [--description=DESCRIPTION]
|
||||
[--enable-kerberos=ENABLE_KERBEROS]
|
||||
[--cache-pre-populate=[exclude-path-list=EXCLUDE-PATH-LIST],
|
||||
[path-list=PATH-LIST],[recursion=RECURSION]] [--capacity=CAPACITY]
|
||||
[--description=DESCRIPTION] [--enable-kerberos=ENABLE_KERBEROS]
|
||||
[--export-policy=[access-type=ACCESS-TYPE],
|
||||
[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],
|
||||
[allowed-clients=ALLOWED-CLIENTS],[anon-uid=ANON-UID],
|
||||
[has-root-access=HAS-ROOT-ACCESS],
|
||||
[kerberos-5-read-only=KERBEROS-5-READ-ONLY],
|
||||
[kerberos-5-read-write=KERBEROS-5-READ-WRITE],
|
||||
[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],
|
||||
[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],
|
||||
[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],
|
||||
[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4]] [--protocols=PROTOCOL,[PROTOCOL,...]]
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4],[squash-mode=SQUASH-MODE]]
|
||||
[--protocols=PROTOCOL,[PROTOCOL,...]]
|
||||
[--restricted-actions=RESTRICTED_ACTION,[...]]
|
||||
[--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"]
|
||||
[--share-name=SHARE_NAME]
|
||||
|
|
@ -143,6 +146,22 @@ FLAGS
|
|||
*enable-global-file-lock*::: If true, enable global file lock
|
||||
*cache-config*::: Cache-config as a hashtag-separated(#) list of key-value pairs
|
||||
|
||||
--cache-pre-populate=[exclude-path-list=EXCLUDE-PATH-LIST],[path-list=PATH-LIST],[recursion=RECURSION]
|
||||
Cache Pre-populate contains cache pre-populate parameters of a volume.
|
||||
|
||||
Cache Pre-populate will have the following format
|
||||
--cache-pre-populate=path-list=PATH_LIST1#PATH_LIST2,
|
||||
exclude-path-list=EXCLUDE_PATH_LIST1#EXCLUDE_PATH_LIST2,
|
||||
recursion=RECURSION
|
||||
|
||||
path-list
|
||||
Hashtag-separated(#) list of paths to be pre-populated
|
||||
exclude-path-list
|
||||
Hashtag-separated(#) list of paths to be excluded from
|
||||
pre-population
|
||||
recursion
|
||||
Boolean value indicating pre-populate recursion.
|
||||
|
||||
--capacity=CAPACITY
|
||||
The desired capacity of the Volume in GiB or TiB units.If no capacity
|
||||
unit is specified, GiB is assumed.
|
||||
|
|
@ -153,7 +172,7 @@ FLAGS
|
|||
--enable-kerberos=ENABLE_KERBEROS
|
||||
Boolean flag indicating whether Volume is a kerberos Volume or not
|
||||
|
||||
--export-policy=[access-type=ACCESS-TYPE],[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],[kerberos-5-read-only=KERBEROS-5-READ-ONLY],[kerberos-5-read-write=KERBEROS-5-READ-WRITE],[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],[nfsv3=NFSV3],[nfsv4=NFSV4]
|
||||
--export-policy=[access-type=ACCESS-TYPE],[allowed-clients=ALLOWED-CLIENTS],[anon-uid=ANON-UID],[has-root-access=HAS-ROOT-ACCESS],[kerberos-5-read-only=KERBEROS-5-READ-ONLY],[kerberos-5-read-write=KERBEROS-5-READ-WRITE],[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],[nfsv3=NFSV3],[nfsv4=NFSV4],[squash-mode=SQUASH-MODE]
|
||||
Export Policy of a Cloud NetApp Files Volume. This will be a field
|
||||
similar to network in which export policy fields can be specified as
|
||||
such: --export-policy=allowed-clients=ALLOWED_CLIENTS_IP_ADDRESSES,
|
||||
|
|
@ -163,7 +182,8 @@ FLAGS
|
|||
kerberos-5i-read-only=KERBEROS_5I_READ_ONLY,
|
||||
kerberos-5i-read-write=KERBEROS_5I_READ_WRITE,
|
||||
kerberos-5p-read-only=KERBEROS_5P_READ_ONLY,
|
||||
kerberos-5p-read-write=KERBEROS_5P_READ_WRITE
|
||||
kerberos-5p-read-write=KERBEROS_5P_READ_WRITE,
|
||||
squash-mode=SQUASH_MODE,anon-uid=ANON_UID
|
||||
|
||||
--protocols=PROTOCOL,[PROTOCOL,...]
|
||||
Type of File System protocols for the Cloud NetApp Files Volume. Valid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue