mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
[--[no-]insights-config-record-client-address]
|
||||
[--[no-]outbound-public-ip]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT]
|
||||
[--[no-]require-connectors]
|
||||
[--ssl-mode=SSL_MODE; default="ENCRYPTED_ONLY"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -131,6 +132,10 @@ OPTIONAL FLAGS
|
|||
Use --insights-config-record-client-address to enable and
|
||||
--no-insights-config-record-client-address to disable.
|
||||
|
||||
--[no-]outbound-public-ip
|
||||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--read-pool-node-count=READ_POOL_NODE_COUNT
|
||||
Read capacity, i.e. number of nodes in a read pool instance.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@ SYNOPSIS
|
|||
--region=REGION [--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--[no-]require-connectors]
|
||||
[--ssl-mode=SSL_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--[no-]outbound-public-ip]
|
||||
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Creates a new AlloyDB SECONDARY instance within a given cluster.
|
||||
|
|
@ -70,6 +71,10 @@ OPTIONAL FLAGS
|
|||
production instances; instance does not automatically fail over to
|
||||
another zone.
|
||||
|
||||
--[no-]outbound-public-ip
|
||||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--[no-]require-connectors
|
||||
Enable or disable enforcing connectors only (ex: AuthProxy) connections
|
||||
to the database. Use --require-connectors to enable and
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ SYNOPSIS
|
|||
[--insights-config-query-string-length=INSIGHTS_CONFIG_QUERY_STRING_LENGTH]
|
||||
[--[no-]insights-config-record-application-tags]
|
||||
[--[no-]insights-config-record-client-address]
|
||||
[--[no-]outbound-public-ip]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT]
|
||||
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -114,6 +115,10 @@ OPTIONAL FLAGS
|
|||
Use --insights-config-record-client-address to enable and
|
||||
--no-insights-config-record-client-address to disable.
|
||||
|
||||
--[no-]outbound-public-ip
|
||||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--read-pool-node-count=READ_POOL_NODE_COUNT
|
||||
Read capacity, i.e. number of nodes in a read pool instance.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue