mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha memorystore instances update (INSTANCE : --location=LOCATION)
|
||||
[--async] [--[no-]deletion-protection-enabled] [--mode=MODE]
|
||||
[--async] [--[no-]async-instance-endpoints-deletion-enabled]
|
||||
[--[no-]deletion-protection-enabled] [--engine-version=ENGINE_VERSION]
|
||||
[--mode=MODE] [--node-type=NODE_TYPE] [--[no-]ondemand-maintenance]
|
||||
[--replica-count=REPLICA_COUNT] [--request-id=REQUEST_ID]
|
||||
[--shard-count=SHARD_COUNT]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
|
|
@ -77,6 +79,16 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
Arguments for the async instance endpoints deletion enabled.
|
||||
|
||||
--[no-]async-instance-endpoints-deletion-enabled
|
||||
If true, instance endpoints that are created and registered by
|
||||
customers can be deleted asynchronously. That is, such an instance
|
||||
endpoint can be de-registered before the forwarding rules in the
|
||||
instance endpoint are deleted. Use
|
||||
--async-instance-endpoints-deletion-enabled to enable and
|
||||
--no-async-instance-endpoints-deletion-enabled to disable.
|
||||
|
||||
Arguments for the deletion protection enabled.
|
||||
|
||||
--[no-]deletion-protection-enabled
|
||||
|
|
@ -84,6 +96,9 @@ FLAGS
|
|||
--deletion-protection-enabled to enable and
|
||||
--no-deletion-protection-enabled to disable.
|
||||
|
||||
--engine-version=ENGINE_VERSION
|
||||
Engine version of the instance.
|
||||
|
||||
--mode=MODE
|
||||
The mode config for the instance. MODE must be one of:
|
||||
|
||||
|
|
@ -94,6 +109,25 @@ FLAGS
|
|||
standalone
|
||||
Deprecated: Use CLUSTER_DISABLED instead.
|
||||
|
||||
--node-type=NODE_TYPE
|
||||
Machine type for individual nodes of the instance. NODE_TYPE must be
|
||||
one of:
|
||||
|
||||
highmem-medium
|
||||
High memory medium.
|
||||
highmem-xlarge
|
||||
High memory extra large.
|
||||
shared-core-nano
|
||||
Shared core nano.
|
||||
standard-small
|
||||
Standard small.
|
||||
|
||||
Arguments for the ondemand maintenance.
|
||||
|
||||
--[no-]ondemand-maintenance
|
||||
Ondemand maintenance for the instance. Use --ondemand-maintenance to
|
||||
enable and --no-ondemand-maintenance to disable.
|
||||
|
||||
Arguments for the replica count.
|
||||
|
||||
--replica-count=REPLICA_COUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue