mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -3,8 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta ai endpoints create --display-name=DISPLAY_NAME
|
||||
[--description=DESCRIPTION] [--endpoint-id=ENDPOINT_ID]
|
||||
[--labels=[KEY=VALUE,...]] [--network=NETWORK] [--region=REGION]
|
||||
[--description=DESCRIPTION]
|
||||
[--encryption-kms-key-name=ENCRYPTION_KMS_KEY_NAME]
|
||||
[--endpoint-id=ENDPOINT_ID] [--labels=[KEY=VALUE,...]]
|
||||
[--network=NETWORK] [--region=REGION]
|
||||
[--request-response-logging-rate=REQUEST_RESPONSE_LOGGING_RATE
|
||||
--request-response-logging-table=REQUEST_RESPONSE_LOGGING_TABLE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -23,6 +25,14 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the endpoint.
|
||||
|
||||
--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.
|
||||
|
||||
--endpoint-id=ENDPOINT_ID
|
||||
User-specified ID of the endpoint.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue