gcloud beta beyondcorp app gateways create

NAME
gcloud beta beyondcorp app gateways create - create a new Beyondcorp AppConnector Gateway
SYNOPSIS
gcloud beta beyondcorp app gateways create (APP_GATEWAY : --location=LOCATION) [--async] [--display-name=DISPLAY_NAME] [--host-type=HOST_TYPE] [--labels=[KEY=VALUE,…]] [--type=TYPE; default="TCP_PROXY"] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Create a new Beyondcorp AppConnector Gateway.
EXAMPLES
The following command creates a Gateway with ID my-gateway in the default user project:
gcloud beta beyondcorp app gateways create my-gateway --location=us-central1 --host-type=regional-mig

The following command creates a Gateway with ID my-gateway with explicit project value for all required and optional parameters:

gcloud beta beyondcorp app gateways create my-gateway --project=projectId --location=us-central1 --host-type=regional-mig --type=tcp --labels='foo=bar' --display-name=gateway-display-name --async
POSITIONAL ARGUMENTS
App gateway resource - The Beyondcorp appconnector gateway you want 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 app_gateway 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.

APP_GATEWAY
ID of the app gateway or fully qualified identifier for the app gateway.

To set the app_gateway attribute:

  • provide the argument app_gateway 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 of the beyondcorp service. To set the location attribute:
  • provide the argument app_gateway 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.
--display-name=DISPLAY_NAME
An arbitrary user-provided name for the connection. Cannot exceed 64 characters.
--host-type=HOST_TYPE
The type of network connnectivity used by the connection. HOST_TYPE must be (only one value is supported):
regional-mig
REGIONAL MIG
--labels=[KEY=VALUE,…]
List of label KEY=VALUE pairs to add.

Keys must start with a lowercase character and contain only hyphens (-), underscores (_), lowercase characters, and numbers. Values must contain only hyphens (-), underscores (_), lowercase characters, and numbers.

--type=TYPE; default="TCP_PROXY"
The type of network connnectivity used by the connection. TYPE must be (only one value is supported):
tcp
TCP connection
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 beyondcorp/v1 API. The full documentation for this API can be found at: https://cloud.google.com/
NOTES
This command is currently in beta and might change without notice.