1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -0,0 +1,98 @@
NAME
gcloud alpha immersive-stream xr instances update - update an Immersive
Stream for XR service instance
SYNOPSIS
gcloud alpha immersive-stream xr instances update
(INSTANCE : --location=LOCATION)
(--update-realm=[capacity=CAPACITY],[realm=REALM] | --version=VERSION)
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update an Immersive Stream for XR service instance. This command
can either be used to update the capacity for an existing realm of the
service instance or to update the content build version served by the
instance. If updating the capacity, only one realm may be updated for each
command execution, and the new capacity may not be 0 or exceed the quota
limit.
EXAMPLES
To update the service instance 'my-instance' to have capacity 2 for realm
REALM_NA_WEST, run:
$ gcloud alpha immersive-stream xr instances update my-instance \
--update-realm=realm=REALM_NA_WEST,capacity=2
To update the service instance 'my-instance' to serve content build version
'my-version', run:
$ gcloud alpha immersive-stream xr instances update my-instance \
--version=my-version
POSITIONAL ARGUMENTS
Instance resource - Immersive Stream for XR service instance to update.
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 instance on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
INSTANCE
ID of the instance or fully qualified identifier for the instance. To
set the name attribute:
▸ provide the argument instance on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
Google Cloud location for the instance. To set the location
attribute:
▸ provide the argument instance on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ location is always global.
REQUIRED FLAGS
Update options
Exactly one of these must be specified:
--update-realm=[capacity=CAPACITY],[realm=REALM]
Flag used to specify realm and capacity required for the service
instance's availability.
'realm' is the realm in which the instance is deployed, and must be
one of the following: REALM_UNSPECIFIED REALM_NA_CENTRAL
REALM_NA_EAST REALM_NA_WEST REALM_ASIA_NORTHEAST REALM_ASIA_SOUTHEAST
REALM_EU_WEST
'capacity' is the maxium number of concurrent streaming sessions that
the instance can support in the given realm.
--version=VERSION
Build version tag of the content served by this instance
OPTIONAL 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.
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.