mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jan 10 10:17:49 UTC 2024
This commit is contained in:
parent
08ad88258a
commit
5fec13c692
262 changed files with 3211 additions and 4501 deletions
28
gcloud/telco-automation/help
Normal file
28
gcloud/telco-automation/help
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
NAME
|
||||
gcloud telco-automation - manage Telco Automation resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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
|
||||
Command group for working with telco automation operations.
|
||||
|
||||
orchestration-cluster
|
||||
Manage telco automation orchestration cluster instances.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation
|
||||
|
||||
67
gcloud/telco-automation/operations/describe
Normal file
67
gcloud/telco-automation/operations/describe
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud telco-automation operations describe - get description of a
|
||||
long-running telco automation operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation operations describe
|
||||
(OPERATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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 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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation operations describe
|
||||
|
||||
29
gcloud/telco-automation/operations/help
Normal file
29
gcloud/telco-automation/operations/help
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud telco-automation operations - command group for working with telco
|
||||
automation operations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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
|
||||
Get description of a long-running telco automation operation.
|
||||
|
||||
wait
|
||||
Poll long-running telco automation operation until it completes.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation operations
|
||||
|
||||
69
gcloud/telco-automation/operations/wait
Normal file
69
gcloud/telco-automation/operations/wait
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud telco-automation operations wait - poll long-running telco
|
||||
automation operation until it completes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation operations wait (OPERATION : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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 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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation operations wait
|
||||
|
||||
125
gcloud/telco-automation/orchestration-cluster/create
Normal file
125
gcloud/telco-automation/orchestration-cluster/create
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
NAME
|
||||
gcloud telco-automation orchestration-cluster create - create a telco
|
||||
automation orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation orchestration-cluster create
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [--async]
|
||||
[--cidr-blocks=[cidr-block=CIDR-BLOCK],[display-name=DISPLAY-NAME]]
|
||||
[--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
|
||||
Create a new telco automation orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To create an orchestration cluster called test-orchestrationCluster in
|
||||
location us-central1, run:
|
||||
|
||||
$ gcloud 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-block=CIDR-BLOCK],[display-name=DISPLAY-NAME]
|
||||
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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster create
|
||||
|
||||
74
gcloud/telco-automation/orchestration-cluster/delete
Normal file
74
gcloud/telco-automation/orchestration-cluster/delete
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
NAME
|
||||
gcloud telco-automation orchestration-cluster delete - delete a telco
|
||||
automation orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation orchestration-cluster delete
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a telco automation orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To delete an orchestration cluster called test-cluster in region
|
||||
us-central1, run:
|
||||
|
||||
$ gcloud 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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster delete
|
||||
|
||||
68
gcloud/telco-automation/orchestration-cluster/describe
Normal file
68
gcloud/telco-automation/orchestration-cluster/describe
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
NAME
|
||||
gcloud telco-automation orchestration-cluster describe - show details about
|
||||
the orchestration cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation orchestration-cluster describe
|
||||
(ORCHESTRATION_CLUSTER : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Show details about the orchestration cluster.
|
||||
|
||||
EXAMPLES
|
||||
To show details about an orchestration cluster called test-cluster in
|
||||
region us-central1, run:
|
||||
|
||||
$ gcloud 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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster describe
|
||||
|
||||
36
gcloud/telco-automation/orchestration-cluster/help
Normal file
36
gcloud/telco-automation/orchestration-cluster/help
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud telco-automation orchestration-cluster - manage telco automation
|
||||
orchestration cluster instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation orchestration-cluster COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
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
|
||||
Create a telco automation orchestration cluster.
|
||||
|
||||
delete
|
||||
Delete a telco automation orchestration cluster.
|
||||
|
||||
describe
|
||||
Show details about the orchestration cluster.
|
||||
|
||||
list
|
||||
List telco automation orchestration clusters.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster
|
||||
|
||||
88
gcloud/telco-automation/orchestration-cluster/list
Normal file
88
gcloud/telco-automation/orchestration-cluster/list
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
NAME
|
||||
gcloud telco-automation orchestration-cluster list - list telco automation
|
||||
orchestration clusters
|
||||
|
||||
SYNOPSIS
|
||||
gcloud telco-automation orchestration-cluster list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List telco automation orchestration clusters.
|
||||
|
||||
EXAMPLES
|
||||
To list all orchestration clusters in region us-central1, run:
|
||||
|
||||
$ gcloud 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/v1 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 variant is also available:
|
||||
|
||||
$ gcloud alpha telco-automation orchestration-cluster list
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue