1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 21:20:07 +00:00

gcloud: Wed Dec 6 10:10:36 UTC 2023

This commit is contained in:
Automated 2023-12-06 10:10:36 +00:00
parent d3074f94bb
commit f36750d203
469 changed files with 9617 additions and 1400 deletions

View file

@ -4,9 +4,9 @@ NAME
SYNOPSIS
gcloud alpha network-security firewall-endpoints create
(FIREWALL_ENDPOINT : --organization=ORGANIZATION --zone=ZONE) [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--max-wait=MAX_WAIT; default="60m"]
(FIREWALL_ENDPOINT : --organization=ORGANIZATION --zone=ZONE)
--billing-project=BILLING_PROJECT [--async] [--description=DESCRIPTION]
[--labels=[KEY=VALUE,...]] [--max-wait=MAX_WAIT; default="60m"]
[--target-firewall-attachment=TARGET_FIREWALL_ATTACHMENT]
[GCLOUD_WIDE_FLAG ...]
@ -56,7 +56,13 @@ POSITIONAL ARGUMENTS
fully specified name;
▸ provide the argument --zone on the command line.
FLAGS
REQUIRED FLAGS
--billing-project=BILLING_PROJECT
The Google Cloud project ID to use for API enablement check, quota, and
endpoint uptime billing. Overrides the default billing/quota_project
property value for this command invocation.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is True. Enabled by default, use --no-async to

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud alpha network-security firewall-endpoints update
(FIREWALL_ENDPOINT : --organization=ORGANIZATION --zone=ZONE) [--async]
[--description=DESCRIPTION] [--max-wait=MAX_WAIT; default="60m"]
[--update-billing-project=BILLING_PROJECT]
[--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -81,6 +82,11 @@ FLAGS
specified. See $ gcloud topic datetimes for information on time
formats.
--update-billing-project=BILLING_PROJECT
The Google Cloud project ID to use for API enablement check, quota, and
endpoint uptime billing. Overrides the default billing/quota_project
property value for this command invocation.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.