mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -16,10 +16,8 @@ EXAMPLES
|
|||
To update an instance schedule resource policy with specified parameters:
|
||||
|
||||
$ gcloud compute resource-policies update instance-schedule NAME \
|
||||
--region=REGION --timezone=UTC --vm-start-schedule="* 7 * * *" \
|
||||
--vm-stop-schedule="* 17 * * *" \
|
||||
--initiation-date=2025-05-01T00:00:00.000-07:00 \
|
||||
--end-date=2027-05-01T00:00:00.000-07:00
|
||||
--region=REGION --timezone=UTC --vm-start-schedule="0 7 * * *" \
|
||||
--vm-stop-schedule="0 17 * * *"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue