1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -45,8 +45,10 @@ API REFERENCE
can be found at: https://cloud.google.com/compute/
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute network-profiles describe
$ gcloud alpha compute network-profiles describe

View file

@ -22,8 +22,10 @@ COMMANDS
(BETA) List network profiles.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute network-profiles
$ gcloud alpha compute network-profiles

View file

@ -59,8 +59,10 @@ API REFERENCE
can be found at: https://cloud.google.com/compute/
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud compute network-profiles list
$ gcloud alpha compute network-profiles list

View file

@ -162,12 +162,16 @@ FLAGS
enable-bidirectional-access, enable-outbound-vm-access.
--purpose=PURPOSE
The purpose of the subnetwork is set to REGIONAL_MANAGED_PROXY to
migrate from the INTERNAL_HTTPS_LOAD_BALANCER purpose. PURPOSE must
be (only one value is supported):
The purpose of the subnetwork can be changed in a few scenarios.
PURPOSE must be one of:
PRIVATE
The default subnet type. Only PEER_MIGRATION subnets can be
changed to PRIVATE.
REGIONAL_MANAGED_PROXY
The proxy-only subnet for regional HTTP(S) load balancers.
The proxy-only subnet for regional HTTP(S) load balancers. Only
INTERNAL_HTTPS_LOAD_BALANCER subnets can be changed to
REGIONAL_MANAGED_PROXY.
--remove-secondary-ranges=PROPERTY=VALUE,[...]
Removes secondary ranges from the subnetwork.

View file

@ -15,6 +15,7 @@ SYNOPSIS
[--log-level=LOG_LEVEL]
[--network-ddos-protection=NETWORK_DDOS_PROTECTION]
[--recaptcha-redirect-site-key=RECAPTCHA_REDIRECT_SITE_KEY]
[--request-body-inspection-size=REQUEST_BODY_INSPECTION_SIZE]
[--user-ip-request-headers=[USER_IP_REQUEST_HEADER,...]]
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
@ -83,6 +84,10 @@ FLAGS
The reCAPTCHA site key to be used for rules using the redirect action
and the google-recaptcha redirect type under the security policy.
--request-body-inspection-size=REQUEST_BODY_INSPECTION_SIZE
Maximum request body inspection size. REQUEST_BODY_INSPECTION_SIZE must
be one of: 8KB, 128KB.
--user-ip-request-headers=[USER_IP_REQUEST_HEADER,...]
A comma-separated list of request header names to use for resolving the
caller's user IP address.