1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Nov 15 11:42:54 UTC 2023

This commit is contained in:
Automated 2023-11-15 11:42:54 +00:00
parent 03f0979970
commit d3074f94bb
224 changed files with 6432 additions and 626 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
[--async] [--edition=EDITION; default="basic"] [--enable_rbac]
[--enable_stackdriver_logging] [--enable_stackdriver_monitoring]
[--labels=[KEY=VALUE,...]] [--options=[KEY=VALUE,...]]
[--version=VERSION] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
[--patch_revision=PATCH_REVISION] [--version=VERSION] [--zone=ZONE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) If run asynchronously with --async, exits after printing an
@ -86,9 +87,13 @@ FLAGS
Options to use for instance creation, specified as
KEY1=VALUE1,KEY2=VALUE2.
--patch_revision=PATCH_REVISION
Patch revision version of Cloud Data Fusion to use when creating the
instance.For example: --patch_revision=6.9.2.1.
--version=VERSION
The version of Cloud Data Fusion to use when creating the instance. For
example: --version=6.2.2.
example: --version=6.9.2.
--zone=ZONE
Compute Engine zone in which the instance will be created. Only needed

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud beta data-fusion instances update (INSTANCE : --location=LOCATION)
[--async] [--enable_rbac] [--enable_stackdriver_logging]
[--enable_stackdriver_monitoring] [--labels=[KEY=VALUE,...]]
[--options=[KEY=VALUE,...]] [--version=VERSION] [GCLOUD_WIDE_FLAG ...]
[--options=[KEY=VALUE,...]] [--patch_revision=PATCH_REVISION]
[--version=VERSION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) If run asynchronously with --async, exits after printing an
@ -17,10 +18,17 @@ DESCRIPTION
EXAMPLES
To update instance 'my-instance' in project 'my-project' and location
'my-location' to version 6.1.0.0, run:
'my-location' to version 6.9.2, run:
$ gcloud beta data-fusion instances update --project=my-project \
--location=my-location --version=6.1.0.0 my-instance
--location=my-location --version=6.9.2 my-instance
To update instance 'my-instance' in project 'my-project' and location
'my-location' to patch revision '6.9.2.1', run:
$ gcloud beta data-fusion instances update --project=my-project \
--location=my-location --version=6.9.2 \
--patch_revision=6.9.2.1 my-instance
POSITIONAL ARGUMENTS
Instance resource - Instance to update. The arguments in this group can be
@ -80,6 +88,9 @@ FLAGS
Options to use for instance update, specified as
KEY1=VALUE1,KEY2=VALUE2.
--patch_revision=PATCH_REVISION
Patch revision version of Cloud Data Fusion to update to.
--version=VERSION
Version of Datafusion to update to.