mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 14 09:38:18 UTC 2024
This commit is contained in:
parent
7fe34c472b
commit
d35819d273
105 changed files with 5241 additions and 346 deletions
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud network-security address-groups update
|
||||
(ADDRESS_GROUP : --location=LOCATION) [--async]
|
||||
[--description=DESCRIPTION] [--items=[ITEMS,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--purpose=[PURPOSE,...]] [--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -60,6 +60,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