1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jan 18 10:21:20 UTC 2024

This commit is contained in:
Automated 2024-01-18 10:21:20 +00:00
parent 5fec13c692
commit a47e1e835a
156 changed files with 4341 additions and 674 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha network-security firewall-endpoint-associations create
(FIREWALL_ENDPOINT_ASSOCIATION : --zone=ZONE) --network=NETWORK
[ASSOCIATION_ID] --network=NETWORK --zone=ZONE
(--endpoint=ENDPOINT
: --endpoint-zone=ENDPOINT_ZONE --organization=ORGANIZATION)
[--async] [--labels=[KEY=VALUE,...]]
@ -26,44 +26,15 @@ EXAMPLES
To associate a network with a firewall endpoint, run:
$ gcloud alpha network-security firewall-endpoint-associations \
create my-assoc \
--network=projects/my-project/networks/global/myNetwork \
create --network=projects/my-project/networks/global/myNetwork \
--endpoint=organizations/1234/locations/us-central1-a/\
firewallEndpoints/my-endpoint --zone=us-central1-a \
--project=my-project
POSITIONAL ARGUMENTS
Firewall endpoint association resource - Firewall Plus. The arguments in
this group can be used to specify the attributes of this resource. (NOTE)
Some attributes are not given arguments in this group but can be set in
other ways.
To set the project attribute:
◆ provide the argument FIREWALL_ENDPOINT_ASSOCIATION on the command
line with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
FIREWALL_ENDPOINT_ASSOCIATION
ID of the firewall endpoint association or fully qualified identifier
for the firewall endpoint association.
To set the association-name attribute:
▸ provide the argument FIREWALL_ENDPOINT_ASSOCIATION on the command
line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--zone=ZONE
Zone of the firewall endpoint association.
To set the zone attribute:
▸ provide the argument FIREWALL_ENDPOINT_ASSOCIATION on the command
line with a fully specified name;
▸ provide the argument --zone on the command line.
[ASSOCIATION_ID]
Name to give the association. If not specified, an auto-generated UUID
will be used.
REQUIRED FLAGS
Network resource - Firewall Plus. This represents a Cloud resource. (NOTE)
@ -84,6 +55,9 @@ REQUIRED FLAGS
To set the network-name attribute:
▸ provide the argument --network on the command line.
--zone=ZONE
Zone of a firewall endpoint association
Firewall endpoint resource - Firewall Plus. The arguments in this group
can be used to specify the attributes of this resource.