mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue