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
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--[no-]insights-config-record-application-tags]
|
||||
[--[no-]insights-config-record-client-address]
|
||||
[--[no-]outbound-public-ip]
|
||||
[--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 ...]
|
||||
|
|
@ -136,6 +137,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
|
||||
|
||||
--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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -7,13 +7,15 @@ SYNOPSIS
|
|||
[--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE] [--cpu-count=CPU_COUNT]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
[--clear-psc-network-attachment-uri] [--cpu-count=CPU_COUNT]
|
||||
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
|
||||
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
|
||||
[--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]
|
||||
[--psc-network-attachment-uri=PSC_NETWORK_ATTACHMENT_URI]
|
||||
[--read-pool-node-count=READ_POOL_NODE_COUNT]
|
||||
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -80,6 +82,10 @@ OPTIONAL FLAGS
|
|||
production instances; instance does not automatically fail over to
|
||||
another zone.
|
||||
|
||||
--clear-psc-network-attachment-uri
|
||||
Disable outbound connectivity from an AlloyDB instance which uses
|
||||
Private Service Connect (PSC).
|
||||
|
||||
--cpu-count=CPU_COUNT
|
||||
Whole number value indicating how many vCPUs the machine should
|
||||
contain. Each vCPU count corresponds to a N2 high-mem machine:
|
||||
|
|
@ -119,6 +125,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
|
||||
|
||||
--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