mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -11,8 +11,8 @@ SYNOPSIS
|
|||
[--audit-retention-interval=AUDIT_RETENTION_INTERVAL]
|
||||
[--audit-upload-interval=AUDIT_UPLOAD_INTERVAL]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--clear-password-policy]
|
||||
[--cpu=CPU] [--database-version=DATABASE_VERSION]
|
||||
[--[no-]deletion-protection]
|
||||
[--connector-enforcement=CONNECTOR_ENFORCEMENT] [--cpu=CPU]
|
||||
[--database-version=DATABASE_VERSION] [--[no-]deletion-protection]
|
||||
[--deny-maintenance-period-end-date=DENY_MAINTENANCE_PERIOD_END_DATE]
|
||||
[--deny-maintenance-period-start-date=DENY_MAINTENANCE_PERIOD_START_DATE]
|
||||
[--deny-maintenance-period-time=DENY_MAINTENANCE_PERIOD_TIME] [--diff]
|
||||
|
|
@ -116,6 +116,21 @@ FLAGS
|
|||
Clear the existing password policy. This flag is only available for
|
||||
Postgres.
|
||||
|
||||
--connector-enforcement=CONNECTOR_ENFORCEMENT
|
||||
Cloud SQL Connector enforcement mode. It determines how Cloud SQL
|
||||
Connectors are used in the connection. See the list of modes here
|
||||
(https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances#connectorenforcement).
|
||||
CONNECTOR_ENFORCEMENT must be one of:
|
||||
|
||||
CONNECTOR_ENFORCEMENT_UNSPECIFIED
|
||||
The requirement for Cloud SQL connectors is unknown.
|
||||
NOT_REQUIRED
|
||||
Does not require Cloud SQL connectors.
|
||||
REQUIRED
|
||||
Requires all connections to use Cloud SQL connectors, including the
|
||||
Cloud SQL Auth Proxy and Cloud SQL Java, Python, and Go connectors.
|
||||
Note: This disables all existing authorized networks.
|
||||
|
||||
--cpu=CPU
|
||||
Whole number value indicating how many cores are desired in the
|
||||
machine. Both --cpu and --memory must be specified if a custom machine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue