mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Thu Jun 26 10:50:44 UTC 2025
This commit is contained in:
parent
3a534cb57c
commit
f645b4c02d
150 changed files with 4099 additions and 393 deletions
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--psc-auto-connections=[network=NETWORK],
|
||||
[port=PORT],[projectId=PROJECTID]] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--simulate-maintenance-event]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -25,6 +26,7 @@ SYNOPSIS
|
|||
[--cross-instance-replication-config-role=CROSS_INSTANCE_REPLICATION_CONFIG_ROLE : --cross-instance-replication-config-secondary-instances=[instance=INSTANCE] --primary-instance=PRIMARY_INSTANCE]
|
||||
[--gcs-source-uris=[GCS_SOURCE_URIS,...]
|
||||
| --managed-backup-source=MANAGED_BACKUP_SOURCE]
|
||||
[--kms-key=KMS_KEY : --key-ring=KEY_RING]
|
||||
[--zone-distribution-config=ZONE_DISTRIBUTION_CONFIG
|
||||
--zone-distribution-config-mode=ZONE_DISTRIBUTION_CONFIG_MODE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -190,9 +192,9 @@ FLAGS
|
|||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--location=LOCATION
|
||||
For resources [instance], provides fallback value for resource location
|
||||
attribute. When the resource's full URI path is not provided, location
|
||||
will fallback to this flag value.
|
||||
For resources [instance, cryptoKey], provides fallback value for
|
||||
resource location attribute. When the resource's full URI path is not
|
||||
provided, location will fallback to this flag value.
|
||||
|
||||
Maintenance policy per instance.
|
||||
|
||||
|
|
@ -318,6 +320,11 @@ FLAGS
|
|||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
Arguments for the simulate maintenance event.
|
||||
|
||||
--simulate-maintenance-event
|
||||
Simulate a maintenance event.
|
||||
|
||||
--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE
|
||||
In-transit encryption mode of the instance. TRANSIT_ENCRYPTION_MODE
|
||||
must be one of:
|
||||
|
|
@ -513,6 +520,42 @@ FLAGS
|
|||
In this case, it assumes the backup is under
|
||||
memorystore.googleapis.com.
|
||||
|
||||
Arguments for the kms key.
|
||||
|
||||
CryptoKey resource - The KMS key used to encrypt the at-rest data of the
|
||||
cluster. The arguments in this group can be used to specify the
|
||||
attributes of this resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --project on the command line;
|
||||
▸ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
ID of the cryptoKey or fully qualified identifier for the
|
||||
cryptoKey.
|
||||
|
||||
To set the crypto-key attribute:
|
||||
▫ provide the argument --kms-key on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--key-ring=KEY_RING
|
||||
The keyRing id of the cryptoKey resource.
|
||||
|
||||
To set the key-ring attribute:
|
||||
▫ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
▫ provide the argument --key-ring on the command line.
|
||||
|
||||
Zone distribution configuration for allocation of instance resources.
|
||||
|
||||
--zone-distribution-config=ZONE_DISTRIBUTION_CONFIG
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--location=LOCATION] [--mode=MODE] [--node-type=NODE_TYPE]
|
||||
[--[no-]ondemand-maintenance] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--[no-]simulate-maintenance-event]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--clear-persistence-config
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -33,6 +34,7 @@ SYNOPSIS
|
|||
| --update-engine-configs=[UPDATE_ENGINE_CONFIGS,...]
|
||||
--clear-engine-configs
|
||||
| --remove-engine-configs=REMOVE_ENGINE_CONFIGS]
|
||||
[--key-ring=KEY_RING --clear-kms-key | --kms-key=KMS_KEY]
|
||||
[--labels=[LABELS,...]
|
||||
| --update-labels=[UPDATE_LABELS,...] --clear-labels
|
||||
| --remove-labels=REMOVE_LABELS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -105,9 +107,9 @@ FLAGS
|
|||
Engine version of the instance.
|
||||
|
||||
--location=LOCATION
|
||||
For resources [instance], provides fallback value for resource location
|
||||
attribute. When the resource's full URI path is not provided, location
|
||||
will fallback to this flag value.
|
||||
For resources [instance, cryptoKey], provides fallback value for
|
||||
resource location attribute. When the resource's full URI path is not
|
||||
provided, location will fallback to this flag value.
|
||||
|
||||
--mode=MODE
|
||||
The mode config for the instance. MODE must be one of:
|
||||
|
|
@ -162,6 +164,12 @@ FLAGS
|
|||
--shard-count=SHARD_COUNT
|
||||
Number of shards for the instance.
|
||||
|
||||
Arguments for the simulate maintenance event.
|
||||
|
||||
--[no-]simulate-maintenance-event
|
||||
Simulate a maintenance event. Use --simulate-maintenance-event to
|
||||
enable and --no-simulate-maintenance-event to disable.
|
||||
|
||||
Represents persistence configuration for a instance.
|
||||
|
||||
Configuration for AOF based persistence.
|
||||
|
|
@ -770,6 +778,54 @@ FLAGS
|
|||
|
||||
--remove-engine-configs=path_to_file.(yaml|json)
|
||||
|
||||
Arguments for the kms key.
|
||||
|
||||
All arguments needed to update kms_key.
|
||||
|
||||
--key-ring=KEY_RING
|
||||
The keyRing id of the cryptoKey resource.
|
||||
|
||||
To set the key-ring attribute:
|
||||
▫ provide the argument --current on the command line with a fully
|
||||
specified name;
|
||||
▫ provide the argument --key-ring on the command line.
|
||||
|
||||
Update kms_key.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-kms-key
|
||||
Clear kms_key value and set to null.
|
||||
|
||||
CryptoKey resource - Set kms_key to new value.
|
||||
|
||||
The KMS key used to encrypt the at-rest data of the cluster. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◇ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
To set the location attribute:
|
||||
◇ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
◇ provide the argument --location on the command line.
|
||||
|
||||
To set the key-ring attribute:
|
||||
◇ provide the argument --kms-key on the command line with a fully
|
||||
specified name;
|
||||
◇ provide the argument --key-ring on the command line.
|
||||
|
||||
--kms-key=KMS_KEY
|
||||
ID of the cryptoKey or fully qualified identifier for the
|
||||
cryptoKey.
|
||||
|
||||
To set the crypto-key attribute:
|
||||
▹ provide the argument --kms-key on the command line.
|
||||
|
||||
Update labels.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue