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

gcloud: Thu Jun 26 10:50:44 UTC 2025

This commit is contained in:
Automated 2025-06-26 10:50:44 +00:00
parent 3a534cb57c
commit f645b4c02d
150 changed files with 4099 additions and 393 deletions

View file

@ -87,8 +87,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs create
$ gcloud alpha network-security backend-authentication-configs create

View file

@ -72,8 +72,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs delete
$ gcloud alpha network-security backend-authentication-configs delete

View file

@ -63,8 +63,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs describe
$ gcloud alpha network-security backend-authentication-configs \
describe

View file

@ -72,8 +72,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs export
$ gcloud alpha network-security backend-authentication-configs export

View file

@ -36,8 +36,10 @@ COMMANDS
(BETA) List BackendAuthenticationConfigs.
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 network-security backend-authentication-configs
$ gcloud alpha network-security backend-authentication-configs

View file

@ -78,8 +78,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs import
$ gcloud alpha network-security backend-authentication-configs import

View file

@ -81,8 +81,10 @@ API REFERENCE
for this API can be found at: https://cloud.google.com/networking
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 network-security backend-authentication-configs list
$ gcloud alpha network-security backend-authentication-configs list

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud beta 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
(BETA) 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,

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud beta 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.