NAME
    gcloud alpha immersive-stream xr instances create - create an Immersive
        Stream for XR service instance

SYNOPSIS
    gcloud alpha immersive-stream xr instances create INSTANCE
        --add-realm=[capacity=CAPACITY],[realm=REALM] --version=VERSION
        (--content=CONTENT : --location=LOCATION) [--async]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Create an Immersive Stream for XR service instance.

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:

        $ 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

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
        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.

        This is a repeatable flag.

     --version=VERSION
        Build version tag of the content served by this instance

     Content resource - Immersive Stream for XR content resource served by the
     instance. 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 --content 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.

       --content=CONTENT
          ID of the content or fully qualified identifier for the content. To
          set the name attribute:
          ▸ provide the argument --content on the command line.

          This flag must be specified if any of the other arguments in this
          group are specified.

       --location=LOCATION
          Google Cloud location for the content. To set the location attribute:
          ▸ provide the argument --content on the command line with a fully
            specified name;
          ▸ provide the argument --location on the command line;
          ▸ location is always global.

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.

