1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 16 10:49:45 UTC 2023

This commit is contained in:
Automated 2023-08-16 10:49:45 +00:00
parent 19bfacfbed
commit 5f3d6bc974
165 changed files with 3881 additions and 596 deletions

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud beta compute project-info update
[--default-network-tier=DEFAULT_NETWORK_TIER] [GCLOUD_WIDE_FLAG ...]
[--default-network-tier=DEFAULT_NETWORK_TIER]
[--managed-protection-tier=MANAGED_PROTECTION_TIER]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute project-info update is used to update a Compute
@ -15,6 +17,10 @@ FLAGS
The default network tier to assign to the project. DEFAULT_NETWORK_TIER
must be one of: PREMIUM, STANDARD, FIXED_STANDARD.
--managed-protection-tier=MANAGED_PROTECTION_TIER
The maanged protection tier to assign to the project.
MANAGED_PROTECTION_TIER must be one of: CA_STANDARD, CAMP_PLUS_MONTHLY.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -53,7 +53,7 @@ OPTIONAL FLAGS
Represents the maximum amount of time that a TCP connection can be idle
between the (downstream) client and the target HTTP proxy. If an HTTP
keepalive timeout is not specified, the default value is 610 seconds.
For global external Application load balancer, the minimum allowed
For global external Application Load Balancers, the minimum allowed
value is 5 seconds and the maximum allowed value is 1200 seconds.
At most one of these can be specified:

View file

@ -50,7 +50,7 @@ OPTIONAL FLAGS
Represents the maximum amount of time that a TCP connection can be
idle between the (downstream) client and the target HTTP proxy. If an
HTTP keepalive timeout is not specified, the default value is 610
seconds. For global external Application load balancer, the minimum
seconds. For global external Application Load Balancers, the minimum
allowed value is 5 seconds and the maximum allowed value is 1200
seconds.

View file

@ -83,7 +83,7 @@ OPTIONAL FLAGS
Represents the maximum amount of time that a TCP connection can be idle
between the (downstream) client and the target HTTP proxy. If an HTTP
keepalive timeout is not specified, the default value is 610 seconds.
For global external Application load balancer, the minimum allowed
For global external Application Load Balancers, the minimum allowed
value is 5 seconds and the maximum allowed value is 1200 seconds.
--quic-override=QUIC_OVERRIDE; default="NONE"
@ -102,8 +102,8 @@ OPTIONAL FLAGS
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the HTTPS proxy load balancer. The SSL policy must exist and cannot
be deleted while referenced by a target HTTPS proxy.
and load balancers that are using the HTTPS proxy. The SSL policy must
exist and cannot be deleted while referenced by a target HTTPS proxy.
At most one of these can be specified:

View file

@ -171,7 +171,7 @@ FLAGS
Represents the maximum amount of time that a TCP connection can be
idle between the (downstream) client and the target HTTP proxy. If an
HTTP keepalive timeout is not specified, the default value is 610
seconds. For global external Application load balancer, the minimum
seconds. For global external Application Load Balancers, the minimum
allowed value is 5 seconds and the maximum allowed value is 1200
seconds.
@ -183,8 +183,9 @@ FLAGS
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the HTTPS proxy load balancer. The SSL policy must exist and
cannot be deleted while referenced by a target HTTPS proxy.
and load balancers that are using the HTTPS proxy. The SSL policy
must exist and cannot be deleted while referenced by a target HTTPS
proxy.
At most one of these can be specified:

View file

@ -76,8 +76,8 @@ OPTIONAL FLAGS
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the SSL proxy load balancer. The SSL policy must exist and cannot
be deleted while referenced by a target SSL proxy.
and load balancers that are using the SSL proxy. The SSL policy must
exist and cannot be deleted while referenced by a target SSL proxy.
At most one of these can be specified:

View file

@ -6,11 +6,11 @@ SYNOPSIS
gcloud beta compute target-ssl-proxies COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List, create, and delete target SSL target proxies for SSL Proxy
Load Balancing.
(BETA) List, create, and delete target SSL target proxies for proxy Network
Load Balancers.
For more information about target SSL proxies, see the SSL proxy load
balancer documentation (https://cloud.google.com/load-balancing/docs/ssl/).
For more information about target SSL proxies, see the proxy Network Load
Balancer documentation (https://cloud.google.com/load-balancing/docs/tcp/).
See also: Target SSL proxies API
(https://cloud.google.com/compute/docs/reference/rest/v1/targetSslProxies).

View file

@ -47,8 +47,8 @@ FLAGS
--ssl-policy=SSL_POLICY
A reference to an SSL policy resource that defines the server-side
support for SSL features and affects the connections between clients
and the SSL proxy load balancer. The SSL policy must exist and cannot
be deleted while referenced by a target SSL proxy.
and load balancers that are using the SSL proxy. The SSL policy must
exist and cannot be deleted while referenced by a target SSL proxy.
At most one of these can be specified:

View file

@ -6,11 +6,11 @@ SYNOPSIS
gcloud beta compute target-tcp-proxies COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List, create, and delete target TCP proxies for TCP Proxy Load
Balancing.
(BETA) List, create, and delete target TCP proxies for proxy Network Load
Balancers.
For more information about target TCP proxies, see the TCP proxy load
balancer documentation (https://cloud.google.com/load-balancing/docs/tcp/).
For more information about target TCP proxies, see the proxy Network Load
Balancer documentation (https://cloud.google.com/load-balancing/docs/tcp/).
See also: Target TCP proxies API
(https://cloud.google.com/compute/docs/reference/rest/v1/targetTcpProxies).