mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
--node-count=NODE_COUNT --node-cpu=NODE_CPU --node-memory=NODE_MEMORY
|
||||
[--async] [--authorized-network=AUTHORIZED_NETWORK]
|
||||
[--display-name=DISPLAY_NAME] [--labels=KEY=VALUE]
|
||||
[--maintenance-window-day=MAINTENANCE_WINDOW_DAY]
|
||||
[--maintenance-window-duration=MAINTENANCE_WINDOW_DURATION]
|
||||
[--maintenance-window-start-time=MAINTENANCE_WINDOW_START_TIME]
|
||||
[--memcached-version=MEMCACHED_VERSION] [--parameters=KEY=VALUE]
|
||||
[--zones=[ZONES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -87,6 +90,18 @@ OPTIONAL FLAGS
|
|||
--labels=KEY=VALUE
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
--maintenance-window-day=MAINTENANCE_WINDOW_DAY
|
||||
The day of week when the window starts, e.g. sunday.
|
||||
MAINTENANCE_WINDOW_DAY must be one of: friday, monday, saturday,
|
||||
sunday, thursday, tuesday, wednesday.
|
||||
|
||||
--maintenance-window-duration=MAINTENANCE_WINDOW_DURATION
|
||||
Duration of the maintenance window in integer hours, e.g 4.
|
||||
|
||||
--maintenance-window-start-time=MAINTENANCE_WINDOW_START_TIME
|
||||
Hour of day (0 to 23) for the start of maintenance window, in UTC time
|
||||
zone.
|
||||
|
||||
--memcached-version=MEMCACHED_VERSION
|
||||
Optional major version of Memcached software to use with the instance.
|
||||
If not provided, default of "1.5" will be used. MEMCACHED_VERSION must
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue