mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jun 22 10:31:35 UTC 2023
This commit is contained in:
parent
2102dc5511
commit
dc0d916cee
219 changed files with 5076 additions and 1639 deletions
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
: --endpoint-zone=ENDPOINT_ZONE --organization=ORGANIZATION)
|
||||
[--async] [--labels=[KEY=VALUE,...]]
|
||||
[--max-wait=MAX_WAIT; default="60m"]
|
||||
[--tls-inspection-policy=TLS_INSPECTION_POLICY] [GCLOUD_WIDE_FLAG ...]
|
||||
[--tls-inspection-policy=TLS_INSPECTION_POLICY
|
||||
: --tls-inspection-policy-project=TLS_INSPECTION_POLICY_PROJECT
|
||||
--tls-inspection-policy-region=TLS_INSPECTION_POLICY_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Associate the specified network with the firewall endpoint.
|
||||
|
|
@ -135,9 +138,42 @@ OPTIONAL FLAGS
|
|||
specified. See $ gcloud topic datetimes for information on time
|
||||
formats.
|
||||
|
||||
--tls-inspection-policy=TLS_INSPECTION_POLICY
|
||||
Path to TLS Inspection Policy configuration to use for intercepting
|
||||
TLS-encrypted traffic in this network.
|
||||
TLS Inspection Policy resource - Path to TLS Inspection Policy
|
||||
configuration to use for intercepting TLS-encrypted traffic in this
|
||||
network. The arguments in this group can be used to specify the attributes
|
||||
of this resource.
|
||||
|
||||
--tls-inspection-policy=TLS_INSPECTION_POLICY
|
||||
ID of the TLS Inspection Policy or fully qualified identifier for the
|
||||
TLS Inspection Policy.
|
||||
|
||||
To set the tls_inspection_policy attribute:
|
||||
▸ provide the argument --tls-inspection-policy on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--tls-inspection-policy-project=TLS_INSPECTION_POLICY_PROJECT
|
||||
Project of the TLS Inspection Policy.
|
||||
|
||||
To set the tls-inspection-policy-project attribute:
|
||||
▸ provide the argument --tls-inspection-policy on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --tls-inspection-policy-project on the
|
||||
command line;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ provide the argument FIREWALL_ENDPOINT_ASSOCIATION on the command
|
||||
line with a fully specified name.
|
||||
|
||||
--tls-inspection-policy-region=TLS_INSPECTION_POLICY_REGION
|
||||
Region of the TLS Inspection Policy. NOTE: TLS Inspection Policy
|
||||
needs to be in the same region as Firewall Plus endpoint resource.
|
||||
|
||||
To set the tls-inspection-policy-region attribute:
|
||||
▸ provide the argument --tls-inspection-policy on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --tls-inspection-policy-region on the
|
||||
command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue