1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Wed Aug 3 09:18:38 UTC 2022

This commit is contained in:
Automated 2022-08-03 09:18:38 +00:00
parent 3513fd1c11
commit 3b2f526372
Failed to extract signature
151 changed files with 4150 additions and 308 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha immersive-stream xr instances create INSTANCE
--add-realm=[capacity=CAPACITY],[realm=REALM] --version=VERSION
--add-region=[capacity=CAPACITY],[region=REGION] --version=VERSION
(--content=CONTENT : --location=LOCATION) [--async]
[GCLOUD_WIDE_FLAG ...]
@ -14,33 +14,26 @@ DESCRIPTION
EXAMPLES
To create a service instance called 'my-instance' serving content
'my-content' with version 'my-version' that has availablilty for 2
concurent sessions in REALM_NA_WEST and 3 concurrent sessions in
REALM_NA_EAST, run:
concurent sessions in us-west1 region and 3 concurrent sessions in us-east4
region, run:
$ gcloud alpha immersive-stream xr instances create my-instance \
--content=my-content --version=my-version \
--add-realm=realm=REALM_NA_WEST,capacity=2 \
--add-realm=realm=REALM_NA_EAST,capacity=3
--add-region=region=us-west1,capacity=2 \
--add-region=region=us-east4,capacity=3
POSITIONAL ARGUMENTS
INSTANCE
Name of the instance to be created
REQUIRED FLAGS
--add-realm=[capacity=CAPACITY],[realm=REALM]
Flag used to specify realm and capacity required for the service
--add-region=[capacity=CAPACITY],[region=REGION]
Flag used to specify region 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
'region' is the region in which the instance is deployed.
'capacity' is the maxium number of concurrent streaming sessions that the instance can support in the given realm.
'capacity' is the maxium number of concurrent streaming sessions that the instance can support in the given region.
This is a repeatable flag.

View file

@ -5,23 +5,23 @@ NAME
SYNOPSIS
gcloud alpha immersive-stream xr instances update
(INSTANCE : --location=LOCATION)
(--update-realm=[capacity=CAPACITY],[realm=REALM] | --version=VERSION)
[--async] [GCLOUD_WIDE_FLAG ...]
(--update-region=[capacity=CAPACITY],[region=REGION]
| --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
can either be used to update the capacity for an existing region 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
instance. If updating the capacity, only one region 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:
To update the service instance 'my-instance' to have capacity 2 for region
us-west1, run:
$ gcloud alpha immersive-stream xr instances update my-instance \
--update-realm=realm=REALM_NA_WEST,capacity=2
--update-region=region=us-west1,capacity=2
To update the service instance 'my-instance' to serve content build version
'my-version', run:
@ -62,17 +62,14 @@ REQUIRED FLAGS
Exactly one of these must be specified:
--update-realm=[capacity=CAPACITY],[realm=REALM]
Flag used to specify realm and capacity required for the service
--update-region=[capacity=CAPACITY],[region=REGION]
Flag used to specify region 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
'region' is the region in which the instance is deployed.
'capacity' is the maxium number of concurrent streaming sessions that
the instance can support in the given realm.
the instance can support in the given region.
--version=VERSION
Build version tag of the content served by this instance