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

gcloud: Wed Mar 13 09:56:21 UTC 2024

This commit is contained in:
Automated 2024-03-13 09:56:22 +00:00
parent 7f632e0c5d
commit 75379bf68b
273 changed files with 9390 additions and 532 deletions

View file

@ -9,7 +9,7 @@ SYNOPSIS
[--healthy-threshold=HEALTHY_THRESHOLD; default=2] [--host=HOST]
[--proxy-header=PROXY_HEADER; default="NONE"]
[--request-path=REQUEST_PATH; default="/"] [--response=RESPONSE]
[--timeout=TIMEOUT; default="5s"]
[--source-regions=REGION,...,[...]] [--timeout=TIMEOUT; default="5s"]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD; default=2]
[--global | --region=REGION]
[--port=PORT; default=80 --port-name=PORT_NAME --use-serving-port]
@ -69,6 +69,18 @@ FLAGS
empty, presence of specified string in first 1024 characters of
response body determines health. Only ASCII characters allowed.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT; default="5s"
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -9,7 +9,7 @@ SYNOPSIS
[--healthy-threshold=HEALTHY_THRESHOLD; default=2] [--host=HOST]
[--proxy-header=PROXY_HEADER; default="NONE"]
[--request-path=REQUEST_PATH; default="/"] [--response=RESPONSE]
[--timeout=TIMEOUT; default="5s"]
[--source-regions=REGION,...,[...]] [--timeout=TIMEOUT; default="5s"]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD; default=2]
[--global | --region=REGION]
[--port=PORT; default=80 --port-name=PORT_NAME --use-serving-port]
@ -69,6 +69,18 @@ FLAGS
empty, presence of specified string in first 1024 characters of
response body determines health. Only ASCII characters allowed.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT; default="5s"
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -8,7 +8,8 @@ SYNOPSIS
[--description=DESCRIPTION] [--enable-logging]
[--healthy-threshold=HEALTHY_THRESHOLD; default=2]
[--proxy-header=PROXY_HEADER; default="NONE"] [--request=REQUEST]
[--response=RESPONSE] [--timeout=TIMEOUT; default="5s"]
[--response=RESPONSE] [--source-regions=REGION,...,[...]]
[--timeout=TIMEOUT; default="5s"]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD; default=2]
[--global | --region=REGION]
[--port=PORT; default=80 --port-name=PORT_NAME --use-serving-port]
@ -72,6 +73,18 @@ FLAGS
successful handshake, only configure --response to match an explicit
--request.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT; default="5s"
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -6,7 +6,8 @@ SYNOPSIS
[--check-interval=CHECK_INTERVAL] [--description=DESCRIPTION]
[--enable-logging] [--healthy-threshold=HEALTHY_THRESHOLD]
[--host=HOST] [--proxy-header=PROXY_HEADER]
[--request-path=REQUEST_PATH] [--response=RESPONSE] [--timeout=TIMEOUT]
[--request-path=REQUEST_PATH] [--response=RESPONSE]
[--source-regions=REGION,...,[...]] [--timeout=TIMEOUT]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD]
[--global | --region=REGION]
[--port=PORT --port-name=PORT_NAME --use-serving-port]
@ -66,6 +67,18 @@ FLAGS
empty, presence of specified string in first 1024 characters of
response body determines health. Only ASCII characters allowed.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--check-interval=CHECK_INTERVAL] [--description=DESCRIPTION]
[--enable-logging] [--healthy-threshold=HEALTHY_THRESHOLD]
[--host=HOST] [--proxy-header=PROXY_HEADER]
[--request-path=REQUEST_PATH] [--response=RESPONSE] [--timeout=TIMEOUT]
[--request-path=REQUEST_PATH] [--response=RESPONSE]
[--source-regions=REGION,...,[...]] [--timeout=TIMEOUT]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD]
[--global | --region=REGION]
[--port=PORT --port-name=PORT_NAME --use-serving-port]
@ -67,6 +68,18 @@ FLAGS
empty, presence of specified string in first 1024 characters of
response body determines health. Only ASCII characters allowed.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -6,7 +6,8 @@ SYNOPSIS
[--check-interval=CHECK_INTERVAL] [--description=DESCRIPTION]
[--enable-logging] [--healthy-threshold=HEALTHY_THRESHOLD]
[--proxy-header=PROXY_HEADER] [--request=REQUEST] [--response=RESPONSE]
[--timeout=TIMEOUT] [--unhealthy-threshold=UNHEALTHY_THRESHOLD]
[--source-regions=REGION,...,[...]] [--timeout=TIMEOUT]
[--unhealthy-threshold=UNHEALTHY_THRESHOLD]
[--global | --region=REGION]
[--port=PORT --port-name=PORT_NAME --use-serving-port]
[GCLOUD_WIDE_FLAG ...]
@ -70,6 +71,18 @@ FLAGS
--request. Setting this to an empty string will clear any existing
response value.
--source-regions=REGION,...,[...]
Define the list of Google Cloud regions from which health checks are
performed. This option is supported only for global health checks that
will be referenced by DNS routing policies. If specified, the
--check-interval field should be at least 30 seconds. The
--proxy-header and --request fields (for TCP health checks) are not
supported with this option.
If --source-regions is specified for a health check, then that health
check cannot be used by a backend service or by a managed instance
group (for autohealing).
--timeout=TIMEOUT
If Google Compute Engine doesn't receive a healthy response from the
instance by the time specified by the value of this flag, the health

View file

@ -4,6 +4,7 @@ NAME
SYNOPSIS
gcloud beta compute project-info update
[--cloud-armor-tier=CLOUD_ARMOR_TIER]
[--default-network-tier=DEFAULT_NETWORK_TIER]
[--managed-protection-tier=MANAGED_PROTECTION_TIER]
[GCLOUD_WIDE_FLAG ...]
@ -13,12 +14,16 @@ DESCRIPTION
Engine project resource.
FLAGS
--cloud-armor-tier=CLOUD_ARMOR_TIER
Cloud armor tier to assign to the project. CLOUD_ARMOR_TIER must be one
of: CA_STANDARD, CA_ENTERPRISE_PAYGO.
--default-network-tier=DEFAULT_NETWORK_TIER
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 to assign to the project.
MANAGED_PROTECTION_TIER must be one of: CA_STANDARD, CAMP_PLUS_PAYGO.
GCLOUD WIDE FLAGS