1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Mar 26 10:55:24 UTC 2025

This commit is contained in:
Automated 2025-03-26 10:55:24 +00:00
parent e555fef0aa
commit be9483c980
310 changed files with 9868 additions and 540 deletions

View file

@ -34,12 +34,12 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--labels=[KEY=VALUE,...]]
[--instance-type=INSTANCE_TYPE] [--labels=[KEY=VALUE,...]]
[--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL]
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR]
[--master-instance-name=MASTER_INSTANCE_NAME] [--memory=MEMORY]
[--network=NETWORK]
[--network=NETWORK] [--node-count=NODE_COUNT]
[--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY]
[--[no-]password-policy-disallow-username-substring]
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
@ -330,6 +330,16 @@ FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--instance-type=INSTANCE_TYPE
The type of the instance. INSTANCE_TYPE must be one of:
CLOUD_SQL_INSTANCE
A primary instance.
READ_POOL_INSTANCE
A read pool.
READ_REPLICA_INSTANCE
A read replica.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
@ -383,6 +393,10 @@ FLAGS
network, 'testsharednetwork', this would use the form:
--network=projects/testproject/global/networks/testsharednetwork
--node-count=NODE_COUNT
The number of nodes in the pool. This option is only available for read
pools.
--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY
The complexity of the password. This flag is available only for
PostgreSQL. PASSWORD_POLICY_COMPLEXITY must be one of:

View file

@ -11,9 +11,6 @@ DESCRIPTION
latest recovery time for a Cloud SQL instance. This is the latest time that
can be used to perform point in time recovery for the Cloud SQL instance.
This is currently limited to PostgreSQL instances that are PITR enabled
with logs stored in cloud storage.
EXAMPLES
To retrieve the latest recovery time for an instance:

View file

@ -33,11 +33,12 @@ SYNOPSIS
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
[--[no-]insights-config-record-application-tags]
[--[no-]insights-config-record-client-address]
[--instance-type=INSTANCE_TYPE]
[--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL]
[--maintenance-version=MAINTENANCE_VERSION] [--maintenance-window-any]
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
[--maintenance-window-hour=MAINTENANCE_WINDOW_HOUR] [--memory=MEMORY]
[--network=NETWORK]
[--network=NETWORK] [--node-count=NODE_COUNT]
[--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY]
[--[no-]password-policy-disallow-username-substring]
[--password-policy-min-length=PASSWORD_POLICY_MIN_LENGTH]
@ -293,6 +294,16 @@ FLAGS
Use --insights-config-record-client-address to enable and
--no-insights-config-record-client-address to disable.
--instance-type=INSTANCE_TYPE
The type of the instance. INSTANCE_TYPE must be one of:
CLOUD_SQL_INSTANCE
A primary instance.
READ_POOL_INSTANCE
A read pool.
READ_REPLICA_INSTANCE
A read replica.
--maintenance-release-channel=MAINTENANCE_RELEASE_CHANNEL
Which channel's updates to apply during the maintenance window. If not
specified, Cloud SQL chooses the timing of updates to your instance.
@ -339,6 +350,10 @@ FLAGS
network, 'testsharednetwork', this would use the form:
--network=projects/testproject/global/networks/testsharednetwork
--node-count=NODE_COUNT
The number of nodes in the pool. This option is only available for read
pools.
--password-policy-complexity=PASSWORD_POLICY_COMPLEXITY
The complexity of the password. This flag is available only for
PostgreSQL. PASSWORD_POLICY_COMPLEXITY must be one of: