mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
29
gcloud/alpha/telco-automation/help
Normal file
29
gcloud/alpha/telco-automation/help
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation - manage Telco Automation resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Telco Automation resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
operations
|
||||
(ALPHA) Command group for working with telco automation operations.
|
||||
|
||||
orchestration-cluster
|
||||
(ALPHA) Manage telco automation orchestration cluster instances.
|
||||
|
||||
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.
|
||||
|
||||
63
gcloud/alpha/telco-automation/operations/describe
Normal file
63
gcloud/alpha/telco-automation/operations/describe
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation operations describe - get description of a
|
||||
long-running telco automation operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation operations describe
|
||||
(OPERATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Get information about a long-running telco automation operation.
|
||||
|
||||
EXAMPLES
|
||||
To get information about a long-running operation with name test-operation
|
||||
in region us-central1, run the following command:
|
||||
|
||||
$ gcloud alpha telco-automation operations describe test-operation \
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Operation resource - The ID of the operation to describe. 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 operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
OPERATION
|
||||
ID of the operation or fully qualified identifier for the operation.
|
||||
To set the operation attribute:
|
||||
▸ provide the argument operation 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 name. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location 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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
31
gcloud/alpha/telco-automation/operations/help
Normal file
31
gcloud/alpha/telco-automation/operations/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation operations - command group for working with
|
||||
telco automation operations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Command group for working with telco automation operations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Get description of a long-running telco automation operation.
|
||||
|
||||
wait
|
||||
(ALPHA) Poll long-running telco automation operation until it
|
||||
completes.
|
||||
|
||||
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.
|
||||
|
||||
65
gcloud/alpha/telco-automation/operations/wait
Normal file
65
gcloud/alpha/telco-automation/operations/wait
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation operations wait - poll long-running telco
|
||||
automation operation until it completes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation operations wait
|
||||
(OPERATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Poll a long-running telco automation operation until it completes.
|
||||
When the operation is complete, this command will display the results of
|
||||
the analysis.
|
||||
|
||||
EXAMPLES
|
||||
To poll a long-running telco automation operation named test-operation in
|
||||
region us-central1 until it completes, run the following:
|
||||
|
||||
$ gcloud alpha telco-automation operations wait test-operation \
|
||||
--location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Operation resource - ID for the operation to poll until complete. 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 operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
OPERATION
|
||||
ID of the operation or fully qualified identifier for the operation.
|
||||
To set the operation attribute:
|
||||
▸ provide the argument operation 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 name. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location 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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
119
gcloud/alpha/telco-automation/orchestration-cluster/create
Normal file
119
gcloud/alpha/telco-automation/orchestration-cluster/create
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation orchestration-cluster create - create a telco
|
||||
automation orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation orchestration-cluster create
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [--async]
|
||||
[--cidr-blocks=CIDR_BLOCKS] [--cluster-cidr-block=CLUSTER_CIDR_BLOCK]
|
||||
[--cluster-named-range=CLUSTER_NAMED_RANGE] [--full-management-config]
|
||||
[--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK]
|
||||
[--services-cidr-block=SERVICES_CIDR_BLOCK]
|
||||
[--services-named-range=SERVICES_NAMED_RANGE]
|
||||
[--network=NETWORK : --subnet=SUBNET] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new telco automation orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To create an orchestration cluster called test-orchestrationCluster in
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster create \
|
||||
test-orchestrationCluster --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Orchestration Cluster resource - Telco automation orchestration cluster to
|
||||
create. 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 orchestration_cluster on the command line with a
|
||||
fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ORCHESTRATION_CLUSTER
|
||||
ID of the Orchestration Cluster or fully qualified identifier for the
|
||||
Orchestration Cluster. To set the orchestration_cluster attribute:
|
||||
▸ provide the argument orchestration_cluster 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 name. To set the location attribute:
|
||||
▸ provide the argument orchestration_cluster on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--cidr-blocks=CIDR_BLOCKS
|
||||
Master Authorized Network that supports multiple CIDR blocks. Allows
|
||||
access to the k8s master from multiple blocks.
|
||||
|
||||
--cluster-cidr-block=CLUSTER_CIDR_BLOCK
|
||||
IP address range for the cluster pod IPs. Set to blank to have a range
|
||||
chosen with the default size. Set to /netmask (e.g. /14) to have a
|
||||
range chosen with a specific netmask. Set to a CIDR notation (e.g.
|
||||
10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8,
|
||||
172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
|
||||
|
||||
--cluster-named-range=CLUSTER_NAMED_RANGE
|
||||
Name of the existing secondary range in the cluster's subnetwork to use
|
||||
for pod IP addresses. Alternatively, cluster_cidr_block can be used to
|
||||
automatically create a GKE-managed one.
|
||||
|
||||
--full-management-config
|
||||
This parameter is to marked true only if the management configuration
|
||||
arguments which are provided, belong to full (Autopilot) cluster
|
||||
management.
|
||||
|
||||
--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK
|
||||
/28 network that the control plane will use.
|
||||
|
||||
--services-cidr-block=SERVICES_CIDR_BLOCK
|
||||
IP address range for the cluster service IPs. Set to blank to have a
|
||||
range chosen with the default size. Set to /netmask (e.g. /14) to have
|
||||
a range chosen with a specific netmask. Set to a CIDR notation (e.g.
|
||||
10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8,
|
||||
172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
|
||||
|
||||
--services-named-range=SERVICES_NAMED_RANGE
|
||||
Name of the existing secondary range in the cluster's subnetwork to use
|
||||
for service ClusterIPs. Alternatively, services_cidr_block can be used
|
||||
to automatically create a GKE-managed one.
|
||||
|
||||
--network=NETWORK
|
||||
Name of the VPC Network to put the GKE cluster and nodes in. The VPC
|
||||
will be created if it doesn't exist.
|
||||
|
||||
--subnet=SUBNET
|
||||
Specifies the subnet that the interface will be part of. Network key
|
||||
must be specified and the subnet must be a subnetwork of the specified
|
||||
network.
|
||||
|
||||
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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
69
gcloud/alpha/telco-automation/orchestration-cluster/delete
Normal file
69
gcloud/alpha/telco-automation/orchestration-cluster/delete
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation orchestration-cluster delete - delete a telco
|
||||
automation orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation orchestration-cluster delete
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a telco automation orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To delete an orchestration cluster called test-cluster in region
|
||||
us-central1, run:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster delete \
|
||||
test-cluster --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Orchestration Cluster resource - Telco automation orchestration cluster to
|
||||
delete. 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 orchestration_cluster on the command line with a
|
||||
fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ORCHESTRATION_CLUSTER
|
||||
ID of the Orchestration Cluster or fully qualified identifier for the
|
||||
Orchestration Cluster. To set the orchestration_cluster attribute:
|
||||
▸ provide the argument orchestration_cluster 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 name. To set the location attribute:
|
||||
▸ provide the argument orchestration_cluster on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --location 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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
64
gcloud/alpha/telco-automation/orchestration-cluster/describe
Normal file
64
gcloud/alpha/telco-automation/orchestration-cluster/describe
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation orchestration-cluster describe - show details
|
||||
about the orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation orchestration-cluster describe
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about the orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To show details about an orchestration cluster called test-cluster in
|
||||
region us-central1, run:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster describe \
|
||||
test-cluster --location=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Orchestration Cluster resource - The orchestration cluster you want to
|
||||
describe. 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 orchestration_cluster on the command line with a
|
||||
fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
ORCHESTRATION_CLUSTER
|
||||
ID of the Orchestration Cluster or fully qualified identifier for the
|
||||
Orchestration Cluster. To set the orchestration_cluster attribute:
|
||||
▸ provide the argument orchestration_cluster 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 name. To set the location attribute:
|
||||
▸ provide the argument orchestration_cluster on the command line
|
||||
with a fully specified name;
|
||||
▸ provide the argument --location 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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
37
gcloud/alpha/telco-automation/orchestration-cluster/help
Normal file
37
gcloud/alpha/telco-automation/orchestration-cluster/help
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation orchestration-cluster - manage telco
|
||||
automation orchestration cluster instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation orchestration-cluster COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage telco automation orchestration cluster instances.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a telco automation orchestration cluster.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a telco automation orchestration cluster.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about the orchestration cluster.
|
||||
|
||||
list
|
||||
(ALPHA) List telco automation orchestration clusters.
|
||||
|
||||
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.
|
||||
|
||||
87
gcloud/alpha/telco-automation/orchestration-cluster/list
Normal file
87
gcloud/alpha/telco-automation/orchestration-cluster/list
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
NAME
|
||||
gcloud alpha telco-automation orchestration-cluster list - list telco
|
||||
automation orchestration clusters
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha telco-automation orchestration-cluster list
|
||||
--location=LOCATION [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List telco automation orchestration clusters.
|
||||
|
||||
EXAMPLES
|
||||
To list all orchestration clusters in region us-central1, run:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster list \
|
||||
--location=us-central1
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - Parent telco automation location to list all contained
|
||||
telco automation orchestration clusters. 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;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
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.
|
||||
|
||||
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 telcoautomation/v1alpha1 API. The full documentation
|
||||
for this API can be found at:
|
||||
https://cloud.google.com/blog/topics/telecommunications/network-automation-csps-linus-nephio-cloud-native
|
||||
|
||||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue