1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Jun 19 09:33:28 UTC 2024

This commit is contained in:
Automated 2024-06-19 09:33:28 +00:00
parent 04a1e3ce77
commit fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions

View file

@ -7,6 +7,7 @@ SYNOPSIS
--cpu-count=CPU_COUNT --instance-type=INSTANCE_TYPE --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]
[--database-flags=FLAG=VALUE,[FLAG=VALUE,...]]
[--insights-config-query-plans-per-minute=INSIGHTS_CONFIG_QUERY_PLANS_PER_MINUTE]
@ -70,19 +71,25 @@ OPTIONAL FLAGS
--allowed-psc-projects=project1,12345678,project2)
--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP
Specify to enable or disable public IP on an instance. On instance
creation only disabling public IP is allowed. If you want to enable
public IP, an instance must be created with public IP disabled first,
then update the instance to enable public IP. ASSIGN_INBOUND_PUBLIC_IP
must be (only one value is supported):
NO_PUBLIC_IP
This disables public IP on the instance.
Specify to enable or disable public IP on an instance.
ASSIGN_INBOUND_PUBLIC_IP must be one of:
◆ NO_PUBLIC_IP
▸ This disables public IP on the instance. Updating an instance to
disable public IP will clear the list of authorized networks.
◆ ASSIGN_IPV4
▸ Assign an inbound public IPv4 address for the instance. Public IP
is enabled.
--async
Return immediately, without waiting for the operation in progress to
complete.
--authorized-external-networks=[AUTHORIZED_NETWORK,...]
Comma-separated list of authorized external networks to set on the
instance. Authorized networks should use CIDR notation (e.g.
1.2.3.4/30). This flag is only allowed to be set for instances with
public IP enabled.
--availability-type=AVAILABILITY_TYPE
Specifies level of availability. AVAILABILITY_TYPE must be one of:

View file

@ -5,9 +5,9 @@ NAME
SYNOPSIS
gcloud alloydb instances create-secondary INSTANCE --cluster=CLUSTER
--region=REGION [--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP]
[--async] [--availability-type=AVAILABILITY_TYPE]
[--[no-]require-connectors] [--ssl-mode=SSL_MODE]
[GCLOUD_WIDE_FLAG ...]
[--async] [--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
[--availability-type=AVAILABILITY_TYPE] [--[no-]require-connectors]
[--ssl-mode=SSL_MODE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Creates a new AlloyDB SECONDARY instance within a given cluster.
@ -32,19 +32,25 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP
Specify to enable or disable public IP on an instance. On instance
creation only disabling public IP is allowed. If you want to enable
public IP, an instance must be created with public IP disabled first,
then update the instance to enable public IP. ASSIGN_INBOUND_PUBLIC_IP
must be (only one value is supported):
NO_PUBLIC_IP
This disables public IP on the instance.
Specify to enable or disable public IP on an instance.
ASSIGN_INBOUND_PUBLIC_IP must be one of:
◆ NO_PUBLIC_IP
▸ This disables public IP on the instance. Updating an instance to
disable public IP will clear the list of authorized networks.
◆ ASSIGN_IPV4
▸ Assign an inbound public IPv4 address for the instance. Public IP
is enabled.
--async
Return immediately, without waiting for the operation in progress to
complete.
--authorized-external-networks=[AUTHORIZED_NETWORK,...]
Comma-separated list of authorized external networks to set on the
instance. Authorized networks should use CIDR notation (e.g.
1.2.3.4/30). This flag is only allowed to be set for instances with
public IP enabled.
--availability-type=AVAILABILITY_TYPE
Specifies level of availability. AVAILABILITY_TYPE must be one of:

View file

@ -53,7 +53,7 @@ OPTIONAL FLAGS
▸ This disables public IP on the instance. Updating an instance to
disable public IP will clear the list of authorized networks.
◆ ASSIGN_IPV4
▸ Assign an inbound public IPv4 address for the instance. public IP
▸ Assign an inbound public IPv4 address for the instance. Public IP
is enabled.
--async