mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
|
|
@ -3,15 +3,14 @@ NAME
|
|||
instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql backups restore BACKUP_ID
|
||||
--restore-instance=RESTORE_INSTANCE [--async]
|
||||
[--backup-instance=BACKUP_INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha sql backups restore ID --restore-instance=RESTORE_INSTANCE
|
||||
[--async] [--backup-instance=BACKUP_INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Restores a backup of a Cloud SQL instance.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
BACKUP_ID
|
||||
ID
|
||||
The ID of the backup run to restore from.
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ SYNOPSIS
|
|||
[--master-instance-name=MASTER_INSTANCE_NAME] [--memory=MEMORY]
|
||||
[--network=NETWORK]
|
||||
[--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY]
|
||||
[--[no-]password-policy-disallow-compromised-credentials]
|
||||
[--[no-]password-policy-disallow-username-substring]
|
||||
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
|
||||
[--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL]
|
||||
|
|
@ -352,12 +351,6 @@ FLAGS
|
|||
The default value if COMPLEXITY_DEFAULT is not specified. It
|
||||
implies that complexity check is not enabled.
|
||||
|
||||
--[no-]password-policy-disallow-compromised-credentials
|
||||
Prohibits the use of credentials that have been compromised by a data
|
||||
breach. Use --password-policy-disallow-compromised-credentials to
|
||||
enable and --no-password-policy-disallow-compromised-credentials to
|
||||
disable.
|
||||
|
||||
--[no-]password-policy-disallow-username-substring
|
||||
Disallow username as a part of the password. Use
|
||||
--password-policy-disallow-username-substring to enable and
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ SYNOPSIS
|
|||
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--memory=MEMORY]
|
||||
[--network=NETWORK]
|
||||
[--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY]
|
||||
[--[no-]password-policy-disallow-compromised-credentials]
|
||||
[--[no-]password-policy-disallow-username-substring]
|
||||
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
|
||||
[--password-policy-password-change-interval=PASSWORD_POLICY_PASSWORD_CHANGE_INTERVAL]
|
||||
|
|
@ -292,12 +291,6 @@ FLAGS
|
|||
The default value if COMPLEXITY_DEFAULT is not specified. It
|
||||
implies that complexity check is not enabled.
|
||||
|
||||
--[no-]password-policy-disallow-compromised-credentials
|
||||
Prohibits the use of credentials that have been compromised by a data
|
||||
breach. Use --password-policy-disallow-compromised-credentials to
|
||||
enable and --no-password-policy-disallow-compromised-credentials to
|
||||
disable.
|
||||
|
||||
--[no-]password-policy-disallow-username-substring
|
||||
Disallow username as a part of the password. Use
|
||||
--password-policy-disallow-username-substring to enable and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue