mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -3,38 +3,38 @@ NAME
|
|||
ServerTlsPolicies
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-security server-tls-policies list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha network-security server-tls-policies list
|
||||
[--location=LOCATION] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List all ServerTlsPolicies in the specified location of the current
|
||||
project.
|
||||
(ALPHA) List all ServerTlsPolicies in the current project.
|
||||
|
||||
EXAMPLES
|
||||
To list ServerTlsPolicies in the current project, run:
|
||||
|
||||
$ gcloud alpha network-security server-tls-policies list \
|
||||
--location=global
|
||||
$ gcloud alpha network-security server-tls-policies list
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The project of the ServerTlsPolicies to display. This
|
||||
FLAGS
|
||||
Location resource - The location of the ServerTlsPolicies to display. This
|
||||
represents a Cloud 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 --location on the command line with a fully
|
||||
specified name;
|
||||
◆ if left empty, will use the wildcard '-' to list all locations with a
|
||||
fully specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
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.
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ if left empty, will use the wildcard '-' to list all locations.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue