mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha alloydb instances create INSTANCE --cluster=CLUSTER
|
||||
--instance-type=INSTANCE_TYPE --region=REGION
|
||||
[--allocated-ip-range-override=ALLOCATED_IP_RANGE_OVERRIDE]
|
||||
[--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
|
|
@ -78,6 +79,14 @@ REQUIRED FLAGS
|
|||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocated-ip-range-override=ALLOCATED_IP_RANGE_OVERRIDE
|
||||
Name of the allocated IP range for the private IP AlloyDB instance, for
|
||||
example: "google-managed-services-default". If set, the instance IPs
|
||||
will be created from this allocated range and will override the IP
|
||||
range used by the parent cluster. The range name must comply with RFC
|
||||
1035. Specifically, the name must be 1-63 characters long and match the
|
||||
regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
||||
|
||||
--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]
|
||||
Comma-separated list of allowed consumer projects to create endpoints
|
||||
for Private Service Connect (PSC) connectivity for the instance. Only
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha alloydb instances create-secondary INSTANCE --cluster=CLUSTER
|
||||
--region=REGION [--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
--region=REGION
|
||||
[--allocated-ip-range-override=ALLOCATED_IP_RANGE_OVERRIDE]
|
||||
[--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]]
|
||||
[--assign-inbound-public-ip=ASSIGN_INBOUND_PUBLIC_IP] [--async]
|
||||
[--authorized-external-networks=[AUTHORIZED_NETWORK,...]]
|
||||
[--availability-type=AVAILABILITY_TYPE]
|
||||
|
|
@ -37,6 +39,14 @@ REQUIRED FLAGS
|
|||
regions at https://cloud.google.com/sql/docs/instance-locations.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocated-ip-range-override=ALLOCATED_IP_RANGE_OVERRIDE
|
||||
Name of the allocated IP range for the private IP AlloyDB instance, for
|
||||
example: "google-managed-services-default". If set, the instance IPs
|
||||
will be created from this allocated range and will override the IP
|
||||
range used by the parent cluster. The range name must comply with RFC
|
||||
1035. Specifically, the name must be 1-63 characters long and match the
|
||||
regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
||||
|
||||
--allowed-psc-projects=[ALLOWED_PSC_PROJECTS,...]
|
||||
Comma-separated list of allowed consumer projects to create endpoints
|
||||
for Private Service Connect (PSC) connectivity for the instance. Only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue