mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -3,14 +3,15 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud memorystore instances create (INSTANCE : --location=LOCATION)
|
||||
[--async] [--authorization-mode=AUTHORIZATION_MODE]
|
||||
[--async] [--async-instance-endpoints-deletion-enabled]
|
||||
[--authorization-mode=AUTHORIZATION_MODE]
|
||||
[--deletion-protection-enabled] [--endpoints=[connections=CONNECTIONS]]
|
||||
[--engine-configs=[ENGINE_CONFIGS,...]]
|
||||
[--engine-version=ENGINE_VERSION] [--labels=[LABELS,...]] [--mode=MODE]
|
||||
[--node-type=NODE_TYPE]
|
||||
[--psc-auto-connections=[network=NETWORK],[projectId=PROJECTID]]
|
||||
[--replica-count=REPLICA_COUNT] [--request-id=REQUEST_ID]
|
||||
[--shard-count=SHARD_COUNT]
|
||||
[--node-type=NODE_TYPE] [--ondemand-maintenance]
|
||||
[--psc-auto-connections=[network=NETWORK],
|
||||
[port=PORT],[projectId=PROJECTID]] [--replica-count=REPLICA_COUNT]
|
||||
[--request-id=REQUEST_ID] [--shard-count=SHARD_COUNT]
|
||||
[--transit-encryption-mode=TRANSIT_ENCRYPTION_MODE]
|
||||
[--aof-config-append-fsync=AOF_CONFIG_APPEND_FSYNC
|
||||
--persistence-config-mode=PERSISTENCE_CONFIG_MODE
|
||||
|
|
@ -83,6 +84,14 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
Arguments for the async instance endpoints deletion enabled.
|
||||
|
||||
--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.
|
||||
|
||||
--authorization-mode=AUTHORIZATION_MODE
|
||||
Authorization mode of the instance. AUTHORIZATION_MODE must be one of:
|
||||
|
||||
|
|
@ -111,6 +120,10 @@ FLAGS
|
|||
The network where the PSC endpoints are created, in the
|
||||
form of projects/{project_id}/global/networks/{network_id}.
|
||||
|
||||
port
|
||||
port will only be set for Primary/Reader or Discovery
|
||||
endpoint.
|
||||
|
||||
projectId
|
||||
The consumer project_id where PSC connections are
|
||||
established. This should be the same project_id that the
|
||||
|
|
@ -118,11 +131,11 @@ FLAGS
|
|||
|
||||
Shorthand Example:
|
||||
|
||||
--endpoints=connections=[{pscAutoConnection={network=string,projectId=string}}] --endpoints=connections=[{pscAutoConnection={network=string,projectId=string}}]
|
||||
--endpoints=connections=[{pscAutoConnection={network=string,port=int,projectId=string}}] --endpoints=connections=[{pscAutoConnection={network=string,port=int,projectId=string}}]
|
||||
|
||||
JSON Example:
|
||||
|
||||
--endpoints='[{"connections": [{"pscAutoConnection": {"network": "string", "projectId": "string"}}]}]'
|
||||
--endpoints='[{"connections": [{"pscAutoConnection": {"network": "string", "port": int, "projectId": "string"}}]}]'
|
||||
|
||||
File Example:
|
||||
|
||||
|
|
@ -198,13 +211,21 @@ FLAGS
|
|||
standard-small
|
||||
Standard small.
|
||||
|
||||
--psc-auto-connections=[network=NETWORK],[projectId=PROJECTID]
|
||||
Arguments for the ondemand maintenance.
|
||||
|
||||
--ondemand-maintenance
|
||||
Ondemand maintenance for the instance.
|
||||
|
||||
--psc-auto-connections=[network=NETWORK],[port=PORT],[projectId=PROJECTID]
|
||||
User inputs and resource details of the auto-created PSC connections.
|
||||
|
||||
network
|
||||
The network where the PSC endpoints are created, in the form of
|
||||
projects/{project_id}/global/networks/{network_id}.
|
||||
|
||||
port
|
||||
port will only be set for Primary/Reader or Discovery endpoint.
|
||||
|
||||
projectId
|
||||
The consumer project_id where PSC connections are established. This
|
||||
should be the same project_id that the instance is being created
|
||||
|
|
@ -212,11 +233,11 @@ FLAGS
|
|||
|
||||
Shorthand Example:
|
||||
|
||||
--psc-auto-connections=network=string,projectId=string --psc-auto-connections=network=string,projectId=string
|
||||
--psc-auto-connections=network=string,port=int,projectId=string --psc-auto-connections=network=string,port=int,projectId=string
|
||||
|
||||
JSON Example:
|
||||
|
||||
--psc-auto-connections='[{"network": "string", "projectId": "string"}]'
|
||||
--psc-auto-connections='[{"network": "string", "port": int, "projectId": "string"}]'
|
||||
|
||||
File Example:
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud 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