mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Feb 26 10:38:18 UTC 2025
This commit is contained in:
parent
8d1a988ab5
commit
a597993b2e
186 changed files with 5629 additions and 923 deletions
|
|
@ -31,7 +31,7 @@ SYNOPSIS
|
|||
[--[no-]observability-config-record-application-tags]
|
||||
[--[no-]observability-config-track-active-queries]
|
||||
[--observability-config-track-wait-events] [--[no-]outbound-public-ip]
|
||||
[--psc-network-attachment-url=PSC_NETWORK_ATTACHMENT_URL]
|
||||
[--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT]
|
||||
[--[no-]require-connectors]
|
||||
[--ssl-mode=SSL_MODE; default="ENCRYPTED_ONLY"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -226,11 +226,11 @@ OPTIONAL FLAGS
|
|||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--psc-network-attachment-url=PSC_NETWORK_ATTACHMENT_URL
|
||||
Full URL of the network attachment that is configured to support
|
||||
--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI
|
||||
Full URI of the network attachment that is configured to support
|
||||
outbound connectivity from an AlloyDB instance which uses Private
|
||||
Service Connect (PSC). For example, this would be of the
|
||||
form:psc-network-attachment-url=projects/test-project/regions/us-central1/networkAttachments/my-na
|
||||
form:psc-network-attachment-uri=projects/test-project/regions/us-central1/networkAttachments/my-na
|
||||
|
||||
--read-pool-node-count=READ_POOL_NODE_COUNT
|
||||
Read capacity, i.e. number of nodes in a read pool instance.
|
||||
|
|
|
|||
|
|
@ -9,8 +9,10 @@ SYNOPSIS
|
|||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--[no-]outbound-public-ip] [--[no-]require-connectors]
|
||||
[--ssl-mode=SSL_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--[no-]outbound-public-ip]
|
||||
[--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI]
|
||||
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a new AlloyDB SECONDARY instance within a given cluster.
|
||||
|
|
@ -84,6 +86,12 @@ OPTIONAL FLAGS
|
|||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI
|
||||
Full URI of the network attachment that is configured to support
|
||||
outbound connectivity from an AlloyDB instance which uses Private
|
||||
Service Connect (PSC). For example, this would be of the
|
||||
form:psc-network-attachment-uri=projects/test-project/regions/us-central1/networkAttachments/my-na
|
||||
|
||||
--[no-]require-connectors
|
||||
Enable or disable enforcing connectors only (ex: AuthProxy) connections
|
||||
to the database. Use --require-connectors to enable and
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--clear-psc-network-attachment-url]
|
||||
[--clear-psc-network-attachment-uri]
|
||||
[--connection-pooling-ignore-startup-parameters=[STARTUP_PARAMETERS,
|
||||
...]]
|
||||
[--connection-pooling-max-client-connections=CONNECTION_POOLING_MAX_CLIENT_CONNECTIONS]
|
||||
|
|
@ -31,7 +31,7 @@ SYNOPSIS
|
|||
[--[no-]observability-config-record-application-tags]
|
||||
[--[no-]observability-config-track-active-queries]
|
||||
[--observability-config-track-wait-events] [--[no-]outbound-public-ip]
|
||||
[--psc-network-attachment-url=PSC_NETWORK_ATTACHMENT_URL]
|
||||
[--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT]
|
||||
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
|
||||
[--update-mode=UPDATE_MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -98,7 +98,7 @@ OPTIONAL FLAGS
|
|||
production instances; instance does not automatically fail over to
|
||||
another zone.
|
||||
|
||||
--clear-psc-network-attachment-url
|
||||
--clear-psc-network-attachment-uri
|
||||
Disable outbound connectivity from an AlloyDB instance which uses
|
||||
Private Service Connect (PSC).
|
||||
|
||||
|
|
@ -213,11 +213,11 @@ OPTIONAL FLAGS
|
|||
Add outbound Public IP connectivity to an AlloyDB instance. Use
|
||||
--outbound-public-ip to enable and --no-outbound-public-ip to disable.
|
||||
|
||||
--psc-network-attachment-url=PSC_NETWORK_ATTACHMENT_URL
|
||||
Full URL of the network attachment that is configured to support
|
||||
--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI
|
||||
Full URI of the network attachment that is configured to support
|
||||
outbound connectivity from an AlloyDB instance which uses Private
|
||||
Service Connect (PSC). For example, this would be of the
|
||||
form:psc-network-attachment-url=projects/test-project/regions/us-central1/networkAttachments/my-na
|
||||
form:psc-network-attachment-uri=projects/test-project/regions/us-central1/networkAttachments/my-na
|
||||
|
||||
--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