mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
gcloud: Wed Oct 8 11:07:39 UTC 2025
This commit is contained in:
parent
a0434a4d7a
commit
6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions
|
|
@ -53,6 +53,7 @@ SYNOPSIS
|
|||
[--remove-deny-maintenance-period] [--replication=REPLICATION]
|
||||
[--replication-lag-max-seconds-for-recreate=REPLICATION_LAG_MAX_SECONDS_FOR_RECREATE]
|
||||
[--[no-]require-ssl] [--[no-]retain-backups-on-delete]
|
||||
[--server-ca-mode=SERVER_CA_MODE] [--server-ca-pool=SERVER_CA_POOL]
|
||||
[--simulate-maintenance-event] [--ssl-mode=SSL_MODE]
|
||||
[--[no-]storage-auto-increase]
|
||||
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
|
||||
|
|
@ -450,6 +451,21 @@ FLAGS
|
|||
deleted. Use --retain-backups-on-delete to enable and
|
||||
--no-retain-backups-on-delete to disable.
|
||||
|
||||
--server-ca-mode=SERVER_CA_MODE
|
||||
Set the server CA mode of the instance. SERVER_CA_MODE must be one of:
|
||||
|
||||
CUSTOMER_MANAGED_CAS_CA
|
||||
Customer-managed CA hosted on Google Cloud's Certificate Authority
|
||||
Service (CAS).
|
||||
GOOGLE_MANAGED_CAS_CA
|
||||
Google-managed regional CA part of root CA hierarchy hosted on
|
||||
Google Cloud's Certificate Authority Service (CAS).
|
||||
GOOGLE_MANAGED_INTERNAL_CA
|
||||
Google-managed self-signed internal CA.
|
||||
|
||||
--server-ca-pool=SERVER_CA_POOL
|
||||
Set the server CA pool of the instance.
|
||||
|
||||
--simulate-maintenance-event
|
||||
Simulate a maintenance event without changing the version. Only
|
||||
applicable to instances that support near-zero downtime planned
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue