mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta source-manager instances create (INSTANCE : --region=REGION)
|
||||
[--async] [--ca-pool=CA_POOL] [--enable-workforce-identity-federation]
|
||||
[--is-private] [--kms-key=KMS_KEY] [--max-wait=MAX_WAIT; default="60m"]
|
||||
[--async] [--enable-workforce-identity-federation] [--kms-key=KMS_KEY]
|
||||
[--max-wait=MAX_WAIT; default="60m"] [--is-private : --ca-pool=CA_POOL]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -62,15 +62,9 @@ FLAGS
|
|||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--ca-pool=CA_POOL
|
||||
CA Pool path for private instance.
|
||||
|
||||
--enable-workforce-identity-federation
|
||||
Bool indicator for workforce identity federation instance.
|
||||
|
||||
--is-private
|
||||
Bool indicator for private instance.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
KMS key used to encrypt instance optionally.
|
||||
|
||||
|
|
@ -80,6 +74,17 @@ FLAGS
|
|||
specified. See $ gcloud topic datetimes for information on time
|
||||
formats.
|
||||
|
||||
Private instance configuration.
|
||||
|
||||
--is-private
|
||||
Bool indicator for private instance.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--ca-pool=CA_POOL
|
||||
CA Pool path for private instance.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue