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

gcloud: Wed May 11 08:44:01 UTC 2022

This commit is contained in:
Automated 2022-05-11 08:44:01 +00:00
parent bf33ccb44b
commit 379049f21a
109 changed files with 2571 additions and 102 deletions

View file

@ -0,0 +1,90 @@
NAME
gcloud network-services service-bindings create - create a service binding
SYNOPSIS
gcloud network-services service-bindings create
(SERVICE_BINDING : --location=LOCATION)
--service-directory-namespace=SERVICE_DIRECTORY_NAMESPACE
--service-directory-region=SERVICE_DIRECTORY_REGION
--service-directory-service=SERVICE_DIRECTORY_SERVICE [--async]
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new service binding with the given name.
EXAMPLES
Create a service binding with the name 'my-service-binding',
service-directory-region 'my-region', service-directory-namespace
'my-namespace', service-directory-service 'my-service' and location
'global'.
$ gcloud network-services service-bindings create \
my-service-binding --service-directory-region="my-region" \
--service-directory-namespace="my-namespace" \
--service-directory-service="my-service" --location="global"
POSITIONAL ARGUMENTS
Service binding resource - Name of the service binding to be created. 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 service_binding 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.
SERVICE_BINDING
ID of the service binding or fully qualified identifier for the
service binding. To set the service_binding attribute:
▸ provide the argument service_binding on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument service_binding on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
REQUIRED FLAGS
--service-directory-namespace=SERVICE_DIRECTORY_NAMESPACE
Namespace of the Service Directory service.
--service-directory-region=SERVICE_DIRECTORY_REGION
Region of the Service Directory service.
--service-directory-service=SERVICE_DIRECTORY_SERVICE
Service name of the Service Directory service.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
The description for the service binding.
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 networkservices/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-services service-bindings create
$ gcloud beta network-services service-bindings create

View file

@ -0,0 +1,69 @@
NAME
gcloud network-services service-bindings delete - delete service binding
SYNOPSIS
gcloud network-services service-bindings delete
(SERVICE_BINDING : --location=LOCATION) [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete the specified service binding.
EXAMPLES
To delete a service binding called 'my-service-binding', run:
$ gcloud network-services service-bindings delete \
my-service-binding --location=global
POSITIONAL ARGUMENTS
Service binding resource - Name of the service binding 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 service_binding 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.
SERVICE_BINDING
ID of the service binding or fully qualified identifier for the
service binding. To set the service_binding attribute:
▸ provide the argument service_binding on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument service_binding 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 networkservices/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-services service-bindings delete
$ gcloud beta network-services service-bindings delete

View file

@ -0,0 +1,64 @@
NAME
gcloud network-services service-bindings describe - describe a service
binding
SYNOPSIS
gcloud network-services service-bindings describe
(SERVICE_BINDING : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Show details of a service binding.
EXAMPLES
Show details about a service binding named 'my-service-binding'.
$ gcloud network-services service-bindings describe \
my-service-binding --location=global
POSITIONAL ARGUMENTS
Service binding resource - Name of the service binding to be described.
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 service_binding 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.
SERVICE_BINDING
ID of the service binding or fully qualified identifier for the
service binding. To set the service_binding attribute:
▸ provide the argument service_binding on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--location=LOCATION
The location Id.
To set the location attribute:
▸ provide the argument service_binding 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 networkservices/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-services service-bindings describe
$ gcloud beta network-services service-bindings describe

View file

@ -0,0 +1,36 @@
NAME
gcloud network-services service-bindings - manage Network Services Bindings
SYNOPSIS
gcloud network-services service-bindings COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Manage Network Services Bindings.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
Create a service binding.
delete
Delete service binding.
describe
Describe a service binding.
list
List service bindings.
NOTES
These variants are also available:
$ gcloud alpha network-services service-bindings
$ gcloud beta network-services service-bindings

View file

@ -0,0 +1,84 @@
NAME
gcloud network-services service-bindings list - list service bindings
SYNOPSIS
gcloud network-services service-bindings list --location=LOCATION
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List all service bindings in the specified location of the current project.
EXAMPLES
To list the service bindings in the current project, run:
$ gcloud network-services service-bindings list --location=global
REQUIRED FLAGS
Location resource - The project of the service bindings to display. 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.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
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 networkservices/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/networking
NOTES
These variants are also available:
$ gcloud alpha network-services service-bindings list
$ gcloud beta network-services service-bindings list