mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],
|
||||
[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4]] [--labels=[KEY=VALUE,...]]
|
||||
[--restricted-actions=RESTRICTED_ACTION,[...]]
|
||||
[--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"]
|
||||
[--smb-settings=SMB_SETTING,[SMB_SETTING,...]]
|
||||
[--snap-reserve=SNAP_RESERVE]
|
||||
|
|
@ -154,6 +155,13 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--restricted-actions=RESTRICTED_ACTION,[...]
|
||||
Actions to be restricted for a volume.Valid restricted action options
|
||||
are: 'DELETE'
|
||||
|
||||
For more information, look at
|
||||
https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.volumes#restrictedaction.
|
||||
|
||||
--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"
|
||||
The security style of the Volume. This can either be UNIX or NTFS.
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],
|
||||
[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4]] [--protocols=PROTOCOL,[PROTOCOL,...]]
|
||||
[--restricted-actions=RESTRICTED_ACTION,[...]]
|
||||
[--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"]
|
||||
[--share-name=SHARE_NAME]
|
||||
[--smb-settings=SMB_SETTING,[SMB_SETTING,...]]
|
||||
|
|
@ -108,6 +109,13 @@ FLAGS
|
|||
|
||||
For more information, look athttps://cloud.google.com/netapp/docs/reference/rest/v1alpha1/projects.locations.volumes#protocols.
|
||||
|
||||
--restricted-actions=RESTRICTED_ACTION,[...]
|
||||
Actions to be restricted for a volume.Valid restricted action options
|
||||
are: 'DELETE'
|
||||
|
||||
For more information, look at
|
||||
https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.volumes#restrictedaction.
|
||||
|
||||
--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"
|
||||
The security style of the Volume. This can either be UNIX or NTFS.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue