mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -145,6 +145,20 @@ REQUIRED FLAGS
|
|||
NO_ROOT_SQUASH is specified, an error will be returned. The default
|
||||
value is 65534.
|
||||
|
||||
security-flavors
|
||||
A list of security flavors that are allowed to be used during mount
|
||||
command in NFSv4.1 filestore instances. The security flavors
|
||||
supported are:
|
||||
◆ SECURITY_FLAVOR_UNSPECIFIED: SecurityFlavor not set. Defaults to
|
||||
AUTH_SYS.
|
||||
◆ AUTH_SYS: The user's UNIX user-id and group-ids are passed in the
|
||||
clear.
|
||||
◆ KRB5: The end-user authentication is done using Kerberos V5.
|
||||
◆ KRB5I: KRB5 plus integrity protection (data packets are tamper
|
||||
proof).
|
||||
◆ KRB5P: KRB5I plus privacy protection (data packets are tamper
|
||||
proof and encrypted).
|
||||
|
||||
source-snapshot
|
||||
The name of the snapshot to restore from. Supported for BASIC
|
||||
instances only.
|
||||
|
|
|
|||
|
|
@ -159,6 +159,20 @@ FLAGS
|
|||
NO_ROOT_SQUASH is specified, an error will be returned. The default
|
||||
value is 65534.
|
||||
|
||||
security-flavors
|
||||
A list of security flavors that are allowed to be used during mount
|
||||
command in NFSv4.1 filestore instances. The security flavors
|
||||
supported are:
|
||||
◆ SECURITY_FLAVOR_UNSPECIFIED: SecurityFlavor not set. Defaults to
|
||||
AUTH_SYS.
|
||||
◆ AUTH_SYS: The user's UNIX user-id and group-ids are passed in the
|
||||
clear.
|
||||
◆ KRB5: The end-user authentication is done using Kerberos V5.
|
||||
◆ KRB5I: KRB5 plus integrity protection (data packets are tamper
|
||||
proof).
|
||||
◆ KRB5P: KRB5I plus privacy protection (data packets are tamper
|
||||
proof and encrypted).
|
||||
|
||||
source-snapshot
|
||||
The name of the snapshot to restore from. Supported for BASIC
|
||||
instances only.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue