mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Tue Nov 18 10:53:36 UTC 2025
This commit is contained in:
parent
4b21ae6795
commit
e1ec13485a
380 changed files with 16045 additions and 783 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud network-security intercept-endpoint-groups create
|
||||
(INTERCEPT_ENDPOINT_GROUP : --location=LOCATION)
|
||||
(--intercept-deployment-group=INTERCEPT_DEPLOYMENT_GROUP
|
||||
: --intercept-deployment-group-location=INTERCEPT_DEPLOYMENT_GROUP_LOCATION)
|
||||
: --intercept-deployment-group-location=INTERCEPT_DEPLOYMENT_GROUP_LOCATION --intercept-deployment-group-project=INTERCEPT_DEPLOYMENT_GROUP_PROJECT)
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -83,14 +83,7 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Intercept deployment group resource - Intercept Deployment Group. 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 --intercept-deployment-group on the command line
|
||||
with a fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -117,6 +110,19 @@ REQUIRED FLAGS
|
|||
▸ provide the argument INTERCEPT_ENDPOINT_GROUP on the command line
|
||||
with a fully specified name.
|
||||
|
||||
--intercept-deployment-group-project=INTERCEPT_DEPLOYMENT_GROUP_PROJECT
|
||||
Project of the intercept deployment group.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --intercept-deployment-group on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --intercept-deployment-group-project on the
|
||||
command line;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project;
|
||||
▸ provide the argument INTERCEPT_ENDPOINT_GROUP on the command line
|
||||
with a fully specified name.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud network-security mirroring-endpoint-groups create
|
||||
(MIRRORING_ENDPOINT_GROUP : --location=LOCATION)
|
||||
([--mirroring-deployment-group=MIRRORING_DEPLOYMENT_GROUP
|
||||
: --mirroring-deployment-group-location=MIRRORING_DEPLOYMENT_GROUP_LOCATION])
|
||||
: --mirroring-deployment-group-location=MIRRORING_DEPLOYMENT_GROUP_LOCATION --mirroring-deployment-group-project=MIRRORING_DEPLOYMENT_GROUP_PROJECT])
|
||||
[--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
|
||||
[--max-wait=MAX_WAIT; default="20m"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -85,14 +85,7 @@ REQUIRED FLAGS
|
|||
|
||||
Mirroring deployment group resource - Mirroring Deployment Group. 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 --mirroring-deployment-group on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
resource.
|
||||
|
||||
--mirroring-deployment-group=MIRRORING_DEPLOYMENT_GROUP
|
||||
ID of the mirroring deployment group or fully qualified identifier
|
||||
|
|
@ -117,6 +110,19 @@ REQUIRED FLAGS
|
|||
▫ provide the argument MIRRORING_ENDPOINT_GROUP on the command
|
||||
line with a fully specified name.
|
||||
|
||||
--mirroring-deployment-group-project=MIRRORING_DEPLOYMENT_GROUP_PROJECT
|
||||
Project of the mirroring deployment group.
|
||||
|
||||
To set the project attribute:
|
||||
▫ provide the argument --mirroring-deployment-group on the
|
||||
command line with a fully specified name;
|
||||
▫ provide the argument --mirroring-deployment-group-project on
|
||||
the command line;
|
||||
▫ provide the argument --project on the command line;
|
||||
▫ set the property core/project;
|
||||
▫ provide the argument MIRRORING_ENDPOINT_GROUP on the command
|
||||
line with a fully specified name.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue