mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha network-security org-address-groups create
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
--capacity=CAPACITY --type=TYPE [--async] [--description=DESCRIPTION]
|
||||
[--items=[ITEMS,...]] [--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--items=[ITEMS,...]] [--labels=[KEY=VALUE,...]]
|
||||
[--purpose=[PURPOSE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new address group with the given name.
|
||||
|
|
@ -73,6 +74,10 @@ OPTIONAL FLAGS
|
|||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
--purpose=[PURPOSE,...]
|
||||
List of Address Group purposes. PURPOSE must be one of: cloud-armor,
|
||||
default.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha network-security org-address-groups update
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--description=DESCRIPTION] [--items=[ITEMS,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--purpose=[PURPOSE,...]] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -63,6 +63,10 @@ FLAGS
|
|||
--items=[ITEMS,...]
|
||||
Items of the address group.
|
||||
|
||||
--purpose=[PURPOSE,...]
|
||||
List of Address Group purposes. PURPOSE must be one of: cloud-armor,
|
||||
default.
|
||||
|
||||
--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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue