mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -35,6 +35,7 @@ EXAMPLES
|
|||
--network=name=NETWORK_NAME,\
|
||||
reserved-ip-range=RESERVED_IP_RANGE,connect-mode=CONNECT_MODE,\
|
||||
psc-endpoint-project=PSC_ENDPOINT_PROJECT --zone=ZONE \
|
||||
--performance=max-iops-per-tb=MAX-IOPS-PER-TB \
|
||||
--kms-key=KMS-KEY --kms-keyring=KMS_KEYRING \
|
||||
--kms-location=KMS_LOCATION --kms-project=KMS_PROJECT \
|
||||
--managed-ad=domain=DOMAIN,computer=COMPUTER \
|
||||
|
|
|
|||
|
|
@ -61,6 +61,12 @@ EXAMPLES
|
|||
$ gcloud beta filestore instances update NAME --project=PROJECT_ID \
|
||||
--zone=ZONE --file-share=name=VOLUME_NAME,capacity=CAPACITY
|
||||
|
||||
The following command updates a Filestore instance named NAME to configure
|
||||
the max-iops-per-tb to MAX-IOPS-PER-TB.
|
||||
|
||||
$ gcloud beta filestore instances update NAME --project=PROJECT_ID \
|
||||
--zone=ZONE --performance=max-iops-per-tb=MAX-IOPS-PER-TB
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - The instance to update. The arguments in this group
|
||||
can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue