1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Oct 25 11:42:23 UTC 2023

This commit is contained in:
Automated 2023-10-25 11:42:23 +00:00
parent a15665661a
commit d34c41a2ce
305 changed files with 5549 additions and 699 deletions

View file

@ -4,9 +4,11 @@ NAME
SYNOPSIS
gcloud alpha ai index-endpoints create --display-name=DISPLAY_NAME
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--network=NETWORK] [--public-endpoint-enabled] [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
[--description=DESCRIPTION] [--enable-private-service-connect]
[--encryption-kms-key-name=ENCRYPTION_KMS_KEY_NAME]
[--labels=[KEY=VALUE,...]] [--network=NETWORK]
[--project-allowlist=[PROJECTS,...]] [--public-endpoint-enabled]
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
EXAMPLES
To create an index endpoint under project example with network
@ -25,6 +27,17 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description of the index endpoint.
--enable-private-service-connect
If true, expose the index endpoint via private service connect.
--encryption-kms-key-name=ENCRYPTION_KMS_KEY_NAME
The Cloud KMS resource identifier of the customer managed encryption
key used to protect a resource. Has the form:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key.
The key needs to be in the same region as where the compute resource is
created.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
@ -37,6 +50,10 @@ OPTIONAL FLAGS
The Google Compute Engine network name to which the IndexEndpoint
should be peered.
--project-allowlist=[PROJECTS,...]
List of projects from which the forwarding rule will target the service
attachment.
--public-endpoint-enabled
If true, the deployed index will be accessible through public endpoint.