mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
107
gcloud/beta/beyondcorp/app/gateways/create
Normal file
107
gcloud/beta/beyondcorp/app/gateways/create
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
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.
|
||||
|
||||
69
gcloud/beta/beyondcorp/app/gateways/delete
Normal file
69
gcloud/beta/beyondcorp/app/gateways/delete
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud beta beyondcorp app gateways delete - delete a single AppConnector
|
||||
Gateway
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta beyondcorp app gateways delete
|
||||
(APP_GATEWAY : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a single AppConnector Gateway.
|
||||
|
||||
EXAMPLES
|
||||
To delete a gateway my-gateway run:
|
||||
|
||||
$ gcloud beta beyondcorp app gateways delete my-gateway \
|
||||
--project={project} --location={location}
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
App gateway resource - The Beyondcorp appconnector gateway you want 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 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.
|
||||
|
||||
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.
|
||||
|
||||
71
gcloud/beta/beyondcorp/app/gateways/describe
Normal file
71
gcloud/beta/beyondcorp/app/gateways/describe
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
NAME
|
||||
gcloud beta beyondcorp app gateways describe - describe a single
|
||||
AppConnector Gateway
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta beyondcorp app gateways describe
|
||||
(APP_GATEWAY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a single AppConnector Gateway.
|
||||
|
||||
EXAMPLES
|
||||
To describe a gateway my-gateway run:
|
||||
|
||||
$ gcloud beta beyondcorp app gateways describe my-gateway \
|
||||
--project={project} --location={location}
|
||||
|
||||
To describe a gateway in a project for location us-central1 in table form,
|
||||
run:
|
||||
|
||||
$ gcloud beta beyondcorp app gateways describe --project=projectId \
|
||||
--location=us-central1 --format=json(displayName, name, state, \
|
||||
type, hostType, updateTime, labels)
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
App gateway resource - The Beyondcorp appconnector gateway you want to get
|
||||
details about. 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.
|
||||
|
||||
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.
|
||||
|
||||
35
gcloud/beta/beyondcorp/app/gateways/help
Normal file
35
gcloud/beta/beyondcorp/app/gateways/help
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud beta beyondcorp app gateways - manages appconnector gateways
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta beyondcorp app gateways COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) A BeyondCorp AppGateway resource represents a BeyondCorp protected
|
||||
AppGateway to a remote application. It creates all the necessary google
|
||||
cloud platform components needed for creating a BeyondCorp protected
|
||||
AppGateway. Multiple connectors can be authorised for a single AppGateway
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create a new Beyondcorp AppConnector Gateway.
|
||||
|
||||
delete
|
||||
(BETA) Delete a single AppConnector Gateway.
|
||||
|
||||
describe
|
||||
(BETA) Describe a single AppConnector Gateway.
|
||||
|
||||
list
|
||||
(BETA) List Beyondcorp AppConnector Gateway resources.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
87
gcloud/beta/beyondcorp/app/gateways/list
Normal file
87
gcloud/beta/beyondcorp/app/gateways/list
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
NAME
|
||||
gcloud beta beyondcorp app gateways list - list Beyondcorp AppConnector
|
||||
Gateway resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta beyondcorp app gateways list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List Beyondcorp AppConnector Gateway resources based on project and
|
||||
location.
|
||||
|
||||
EXAMPLES
|
||||
examples: | To list all gateways in a project for location us-central1 in
|
||||
table form, run:
|
||||
|
||||
$ gcloud beta beyondcorp app gateways list --project=projectId \
|
||||
--location=us-central1
|
||||
|
||||
To list all gateways in a project for location us-central1 in json form,
|
||||
run:
|
||||
|
||||
$ gcloud beta beyondcorp app gateways list --project=projectId \
|
||||
--location=us-central1 --format=json(displayName, name, state, \
|
||||
type, hostType, updateTime, labels)
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - Arguments and flags that define the Beyondcorp gateway
|
||||
you want to list. 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.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -32,6 +32,9 @@ GROUPS
|
|||
connectors
|
||||
(BETA) Create and manipulate beyondcorp connectors.
|
||||
|
||||
gateways
|
||||
(BETA) Manages appconnector gateways.
|
||||
|
||||
operations
|
||||
(BETA) List and Describe beyondcorp appconnector operations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue