1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 07:58:28 +00:00

gcloud: Wed Jun 8 09:13:38 UTC 2022

This commit is contained in:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -97,7 +97,8 @@ FLAGS
Provides no failover capability. This is the default.
--clear-password-policy
Clear the existing password policy.
Clear the existing password policy. This flag is only available for
Postgres.
--cpu=CPU
Whole number value indicating how many cores are desired in the
@ -135,7 +136,8 @@ FLAGS
--enable-password-policy
Enable the password policy, which enforces user password management
with the policies configured for the instance.
with the policies configured for the instance. This flag is only
available for Postgres.
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
@ -218,8 +220,8 @@ FLAGS
--network=projects/testproject/global/networks/testsharednetwork
--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY
The complexity of the password. PASSWORD_POLICY_COMPLEXITY must be one
of:
The complexity of the password. This flag is available only for
PostgreSQL. PASSWORD_POLICY_COMPLEXITY must be one of:
COMPLEXITY_DEFAULT
A combination of lowercase, uppercase, numeric, and
@ -229,21 +231,24 @@ FLAGS
implies that complexity check is not enabled.
--[no-]password-policy-disallow-username-substring
Disallow username as a part of the password. Use
--password-policy-disallow-username-substring to enable and
--no-password-policy-disallow-username-substring to disable.
Disallow username as a part of the password. This flag is available
only for PostgreSQL. Use --password-policy-disallow-username-substring
to enable and --no-password-policy-disallow-username-substring to
disable.
--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH
Minimum number of characters allowed in the password.
Minimum number of characters allowed in the password. This flag is
available only for PostgreSQL.
--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL
Minimum interval after which the password can be changed, for example,
2m for 2 minutes. See <a href="/sdk/gcloud/reference/topic/datetimes">
$ gcloud topic datetimes</a> for information on duration formats.
$ gcloud topic datetimes</a> for information on duration formats. This
flag is available only for PostgreSQL.
--password-policy-reuse-interval=PASSWORD_POLICY_REUSE_INTERVAL
Number of previous passwords that cannot be reused. The valid range is
between 0 and 100.
0 to 100. This flag is available only for PostgreSQL.
--pricing-plan=PRICING_PLAN, -p PRICING_PLAN
First Generation instances only. The pricing plan for this instance.