mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--psc-auto-connections=[network=NETWORK],
|
||||
[port=PORT],[projectId=PROJECTID]] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--simulate-maintenance-event]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -191,9 +192,9 @@ FLAGS
|
|||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--location=LOCATION
|
||||
For resources [instance, cryptoKey], provides fallback value for
|
||||
resource location attribute. When the resource's full URI path is not
|
||||
provided, location will fallback to this flag value.
|
||||
For resources [instance, kms-key, primary-instance], provides fallback
|
||||
value for resource location attribute. When the resource's full URI
|
||||
path is not provided, location will fallback to this flag value.
|
||||
|
||||
Maintenance policy per instance.
|
||||
|
||||
|
|
@ -319,6 +320,11 @@ FLAGS
|
|||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
Arguments for the simulate maintenance event.
|
||||
|
||||
--simulate-maintenance-event
|
||||
Simulate a maintenance event.
|
||||
|
||||
--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE
|
||||
In-transit encryption mode of the instance. TRANSIT_ENCRYPTION_MODE
|
||||
must be one of:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--location=LOCATION] [--mode=MODE] [--node-type=NODE_TYPE]
|
||||
[--[no-]ondemand-maintenance] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--[no-]simulate-maintenance-event]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--clear-persistence-config
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -106,9 +107,9 @@ FLAGS
|
|||
Engine version of the instance.
|
||||
|
||||
--location=LOCATION
|
||||
For resources [instance, cryptoKey], provides fallback value for
|
||||
resource location attribute. When the resource's full URI path is not
|
||||
provided, location will fallback to this flag value.
|
||||
For resources [instance, kms-key, primary-instance], provides fallback
|
||||
value for resource location attribute. When the resource's full URI
|
||||
path is not provided, location will fallback to this flag value.
|
||||
|
||||
--mode=MODE
|
||||
The mode config for the instance. MODE must be one of:
|
||||
|
|
@ -163,6 +164,12 @@ FLAGS
|
|||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
Arguments for the simulate maintenance event.
|
||||
|
||||
--[no-]simulate-maintenance-event
|
||||
Simulate a maintenance event. Use --simulate-maintenance-event to
|
||||
enable and --no-simulate-maintenance-event to disable.
|
||||
|
||||
Represents persistence configuration for a instance.
|
||||
|
||||
Configuration for AOF based persistence.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue