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

gcloud: Wed Jul 2 11:05:25 UTC 2025

This commit is contained in:
Automated 2025-07-02 11:05:25 +00:00
parent f645b4c02d
commit e53f7148d8
197 changed files with 6280 additions and 495 deletions

View file

@ -4,25 +4,18 @@ NAME
SYNOPSIS
gcloud beta 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]
(SERVICE_BINDING : --location=LOCATION) [--async]
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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
Create a service binding with the name 'my-service-binding' and location
'global'.
$ gcloud beta 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"
my-service-binding --location=global
POSITIONAL ARGUMENTS
Service binding resource - Name of the service binding to be created. The
@ -56,17 +49,7 @@ POSITIONAL ARGUMENTS
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
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.