1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Wed Oct 16 09:53:34 UTC 2024

This commit is contained in:
Automated 2024-10-16 09:53:35 +00:00
parent 4ffb04ab9e
commit 694f6671d0
151 changed files with 4031 additions and 414 deletions

View file

@ -25,7 +25,7 @@ DESCRIPTION
EXAMPLES
To create a basic tier instance with the name my-looker-instance in region
us-central-1 with an edition of "LOOKER_CORE_STANDARD", run:
us-central-1 with an edition of LOOKER_CORE_STANDARD, run:
$ gcloud looker instances create my-looker-instance \
--region=us-central1 --edition="core-standard" \
@ -187,11 +187,9 @@ OPTIONAL FLAGS
which disrupts service briefly.
--maintenance-window-day=MAINTENANCE_WINDOW_DAY
Day of week for maintenance window, in UTC time zone. To set the
maintenance-window-day attribute:
▸ provide the argument --maintenance-window-day on the command
line. MAINTENANCE_WINDOW_DAY must be one of: friday, monday,
saturday, sunday, thursday, tuesday, wednesday.
Day of week for maintenance window, in UTC time zone.
MAINTENANCE_WINDOW_DAY must be one of: friday, monday, saturday,
sunday, thursday, tuesday, wednesday.
This flag argument must be specified if any of the other arguments in
this group are specified.
@ -199,10 +197,7 @@ OPTIONAL FLAGS
--maintenance-window-time=MAINTENANCE_WINDOW_TIME
Hour of day for maintenance window, in UTC time zone. A valid time of
day must be specified in 24hr format (ex: 13:00, 17:30, 23:45).
Maintenance will be scheduled within 60 minutes. To set the
maintenance-window-time attribute:
▸ provide the argument --maintenance-window-time on the command
line.
Maintenance will be scheduled within 60 minutes.
This flag argument must be specified if any of the other arguments in
this group are specified.