mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -5,6 +5,9 @@ SYNOPSIS
|
|||
gcloud netapp volumes create (VOLUME : --location=LOCATION)
|
||||
--capacity=CAPACITY --protocols=PROTOCOL,[PROTOCOL,...]
|
||||
--share-name=SHARE_NAME --storage-pool=STORAGE_POOL [--async]
|
||||
[--backup-config=[backup-policies=BACKUP-POLICIES],
|
||||
[backup-vault=BACKUP-VAULT],
|
||||
[enable-scheduled-backups=ENABLE-SCHEDULED-BACKUPS]]
|
||||
[--description=DESCRIPTION] [--enable-kerberos=ENABLE_KERBEROS]
|
||||
[--export-policy=[access-type=ACCESS-TYPE],
|
||||
[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],
|
||||
|
|
@ -29,7 +32,9 @@ SYNOPSIS
|
|||
[--snapshot-weekly=[day=DAY],
|
||||
[hour=HOUR],[minute=MINUTE],[snapshots-to-keep=SNAPSHOTS-TO-KEEP]]
|
||||
[--source-snapshot=SOURCE_SNAPSHOT]
|
||||
[--unix-permissions=UNIX_PERMISSIONS] [GCLOUD_WIDE_FLAG ...]
|
||||
[--unix-permissions=UNIX_PERMISSIONS]
|
||||
[--source-backup=SOURCE_BACKUP : --backup_vault=BACKUP_VAULT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Cloud NetApp Volume
|
||||
|
|
@ -125,6 +130,19 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--backup-config=[backup-policies=BACKUP-POLICIES],[backup-vault=BACKUP-VAULT],[enable-scheduled-backups=ENABLE-SCHEDULED-BACKUPS]
|
||||
Backup Config contains backup related config on a volume.
|
||||
|
||||
Backup Config will have the following format
|
||||
`--backup-config=backup-policies=BACKUP_POLICIES,
|
||||
backup-vault=BACKUP_VAULT_NAME,
|
||||
enable-scheduled-backups=ENABLE_SCHEDULED_BACKUPS
|
||||
|
||||
backup-policies is a pound-separated (#) list of backup policy names,
|
||||
backup-vault can include a single backup-vault resource name, and
|
||||
enable-scheduled-backups is a Boolean value indicating whether or not
|
||||
scheduled backups are enabled on the volume.
|
||||
|
||||
--description=DESCRIPTION
|
||||
A description of the Cloud NetApp Volume
|
||||
|
||||
|
|
@ -225,6 +243,40 @@ OPTIONAL FLAGS
|
|||
Unix permissions the mount point will be created with. Unix permissions
|
||||
are only applicable with NFS protocol only
|
||||
|
||||
Backup resource - The source Backup to create the Volume from. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
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 --source-backup 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 --source-backup on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property netapp/location.
|
||||
|
||||
--source-backup=SOURCE_BACKUP
|
||||
ID of the backup or fully qualified identifier for the backup.
|
||||
|
||||
To set the backup attribute:
|
||||
▸ provide the argument --source-backup on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--backup_vault=BACKUP_VAULT
|
||||
The Backup Vault of the backup.
|
||||
|
||||
To set the backup_vault attribute:
|
||||
▸ provide the argument --source-backup on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --backup_vault on the command line;
|
||||
▸ provide the argument --backup-vault on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue