mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
82
gcloud/alpha/network-security/org-address-groups/add-items
Normal file
82
gcloud/alpha/network-security/org-address-groups/add-items
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups add-items - add items to
|
||||
an address group of organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups add-items
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--items=[ITEMS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Add items to an existing address group of organization.
|
||||
|
||||
EXAMPLES
|
||||
Add an item to an address group named my-address-group of organization
|
||||
1234.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups add-items \
|
||||
my-address-group --items=192.168.1.1 --organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be updated. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--items=[ITEMS,...]
|
||||
Items to be added to the address group.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups add-items
|
||||
|
||||
$ gcloud beta network-security org-address-groups add-items
|
||||
|
||||
83
gcloud/alpha/network-security/org-address-groups/clone-items
Normal file
83
gcloud/alpha/network-security/org-address-groups/clone-items
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups clone-items - clone items
|
||||
from source address group of organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups clone-items
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--source=SOURCE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Clone items from source address group of organization.
|
||||
|
||||
EXAMPLES
|
||||
Clone items from source address group named other-address-group of
|
||||
organization 1234.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups clone-items \
|
||||
my-address-group --organization=1234 \
|
||||
--source=other-address-group
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be updated. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--source=SOURCE
|
||||
Source address group to be cloned from.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups clone-items
|
||||
|
||||
$ gcloud beta network-security org-address-groups clone-items
|
||||
|
||||
97
gcloud/alpha/network-security/org-address-groups/create
Normal file
97
gcloud/alpha/network-security/org-address-groups/create
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups create - create an address
|
||||
group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha 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 ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new address group with the given name.
|
||||
|
||||
EXAMPLES
|
||||
Create an address group with the name my-address-group, type IPV4, capacity
|
||||
100 and the description optional description.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups create \
|
||||
my-address-group --type=IPV4 --capacity=100 \
|
||||
--description="optional description" --organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be created. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--capacity=CAPACITY
|
||||
Capacity of the address group.
|
||||
|
||||
--type=TYPE
|
||||
Type of the address group. TYPE must be one of: ipv4, ipv6.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of the address group.
|
||||
|
||||
--items=[ITEMS,...]
|
||||
Items of the address group.
|
||||
|
||||
--labels=KEY=VALUE
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups create
|
||||
|
||||
$ gcloud beta network-security org-address-groups create
|
||||
|
||||
78
gcloud/alpha/network-security/org-address-groups/delete
Normal file
78
gcloud/alpha/network-security/org-address-groups/delete
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups delete - delete address
|
||||
group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups delete
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete the specified address group.
|
||||
|
||||
EXAMPLES
|
||||
To delete an address group called 'my-address-group', run:
|
||||
|
||||
$ gcloud alpha network-security org-address-groups delete \
|
||||
my-address-group --location=global --organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group you want to delete. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups delete
|
||||
|
||||
$ gcloud beta network-security org-address-groups delete
|
||||
|
||||
73
gcloud/alpha/network-security/org-address-groups/describe
Normal file
73
gcloud/alpha/network-security/org-address-groups/describe
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups describe - describe an
|
||||
address group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups describe
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details of an address group.
|
||||
|
||||
EXAMPLES
|
||||
Show details about an address group named my-address-group.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups describe \
|
||||
my-address-group --organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be described. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups describe
|
||||
|
||||
$ gcloud beta network-security org-address-groups describe
|
||||
|
||||
56
gcloud/alpha/network-security/org-address-groups/help
Normal file
56
gcloud/alpha/network-security/org-address-groups/help
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups - manage Network Security
|
||||
AddressGroups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Network Security AddressGroups.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-items
|
||||
(ALPHA) Add items to an address group of organization.
|
||||
|
||||
clone-items
|
||||
(ALPHA) Clone items from source address group of organization.
|
||||
|
||||
create
|
||||
(ALPHA) Create an address group.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete address group.
|
||||
|
||||
describe
|
||||
(ALPHA) Describe an address group.
|
||||
|
||||
list
|
||||
(ALPHA) List address groups.
|
||||
|
||||
list-references
|
||||
(ALPHA) Lists References of an Organization Address Group.
|
||||
|
||||
remove-items
|
||||
(ALPHA) Remove items from an address group of organization.
|
||||
|
||||
update
|
||||
(ALPHA) Update an address group.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups
|
||||
|
||||
$ gcloud beta network-security org-address-groups
|
||||
|
||||
97
gcloud/alpha/network-security/org-address-groups/list
Normal file
97
gcloud/alpha/network-security/org-address-groups/list
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups list - list address groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups list
|
||||
(--location=LOCATION : --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all address groups in the specified location of an
|
||||
organization.
|
||||
|
||||
EXAMPLES
|
||||
To list address groups in an organization, run:
|
||||
|
||||
$ gcloud alpha network-security org-address-groups list \
|
||||
--location=global --organization=1234
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The organization of the address groups to display. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups list
|
||||
|
||||
$ gcloud beta network-security org-address-groups list
|
||||
|
||||
101
gcloud/alpha/network-security/org-address-groups/list-references
Normal file
101
gcloud/alpha/network-security/org-address-groups/list-references
Normal file
|
|
@ -0,0 +1,101 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups list-references - lists
|
||||
References of an Organization Address Group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups list-references
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Lists References of an Organization Address Group.
|
||||
|
||||
EXAMPLES
|
||||
To list References of address group named my-address-group.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups list-references \
|
||||
my-address-group
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - address group group help. The arguments in this
|
||||
group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument ADDRESS_GROUP on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument ADDRESS_GROUP on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument ADDRESS_GROUP on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups list-references
|
||||
|
||||
$ gcloud beta network-security org-address-groups list-references
|
||||
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups remove-items - remove
|
||||
items from an address group of organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups remove-items
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--items=[ITEMS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Remove items from an existing address group of organization.
|
||||
|
||||
EXAMPLES
|
||||
Remove an item from an address group named my-address-group of organization
|
||||
1234.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups remove-items \
|
||||
my-address-group --items=192.168.1.1 --organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be updated. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--items=[ITEMS,...]
|
||||
Items to be removed from the address group.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups remove-items
|
||||
|
||||
$ gcloud beta network-security org-address-groups remove-items
|
||||
|
||||
117
gcloud/alpha/network-security/org-address-groups/update
Normal file
117
gcloud/alpha/network-security/org-address-groups/update
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
NAME
|
||||
gcloud alpha network-security org-address-groups update - update an address
|
||||
group
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security org-address-groups update
|
||||
(ADDRESS_GROUP : --location=LOCATION --organization=ORGANIZATION)
|
||||
[--async] [--description=DESCRIPTION] [--items=[ITEMS,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update the details of an address group.
|
||||
|
||||
EXAMPLES
|
||||
Update description of an address group named my-address-group.
|
||||
|
||||
$ gcloud alpha network-security org-address-groups update \
|
||||
my-address-group --description="New description" \
|
||||
--organization=1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Address group resource - Name of the address group to be updated. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ADDRESS_GROUP
|
||||
ID of the address group or fully qualified identifier for the address
|
||||
group.
|
||||
|
||||
To set the address_group attribute:
|
||||
▸ provide the argument address_group on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location Id.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization number.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument address_group on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
New description of the address group.
|
||||
|
||||
--items=[ITEMS,...]
|
||||
Items of the address group.
|
||||
|
||||
--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.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values must
|
||||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
Remove all labels. If --update-labels is also specified then
|
||||
--clear-labels is applied first.
|
||||
|
||||
For example, to remove all labels:
|
||||
|
||||
$ gcloud alpha network-security org-address-groups update \
|
||||
--clear-labels
|
||||
|
||||
To remove all existing labels and create two new labels, foo and baz:
|
||||
|
||||
$ gcloud alpha network-security org-address-groups update \
|
||||
--clear-labels --update-labels foo=bar,baz=qux
|
||||
|
||||
--remove-labels=[KEY,...]
|
||||
List of label keys to remove. If a label does not exist it is
|
||||
silently ignored. If --update-labels is also specified then
|
||||
--update-labels is applied first.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the networksecurity/v1alpha1 API. The full documentation
|
||||
for this API can be found at: https://cloud.google.com/networking
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud network-security org-address-groups update
|
||||
|
||||
$ gcloud beta network-security org-address-groups update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue