mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -14,6 +14,8 @@ SYNOPSIS
|
|||
--min-cpu-platform=MIN_CPU_PLATFORM])
|
||||
: --require-specific-reservation --resource-policies=[KEY=VALUE,...])
|
||||
[--description=DESCRIPTION] [--zone=ZONE]
|
||||
[--delete-after-duration=DELETE_AFTER_DURATION
|
||||
| --delete-at-time=DELETE_AT_TIME]
|
||||
[--share-setting=SHARE_SETTING
|
||||
--share-with=SHARE_WITH,[SHARE_WITH,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -165,6 +167,25 @@ OPTIONAL FLAGS
|
|||
Alternatively, the zone can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_ZONE.
|
||||
|
||||
Manage auto-delete properties for reservations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--delete-after-duration=DELETE_AFTER_DURATION
|
||||
Automatically deletes the reservations after a specified number of
|
||||
days, hours, minutes, or seconds from its creation. For example,
|
||||
specify 30m for 30 minutes, or 1d2h3m4s for 1 day, 2 hours, 3
|
||||
minutes, and 4 seconds. For more information, see $ gcloud topic
|
||||
datetimes.
|
||||
|
||||
--delete-at-time=DELETE_AT_TIME
|
||||
Automatically deletes the reservation at a specific time from its
|
||||
creation. The specified time must be an RFC3339 timestamp, which must
|
||||
be formatted as "YYYY-MM-DDTHH:MM:SSZ" where YYYY = year, MM = month,
|
||||
DD = day, HH = hours, MM = minutes, SS = seconds, and Z = time zone
|
||||
in Coordinated Universal Time (UTC). For example, specify
|
||||
2021-11-20T07:00:00Z.
|
||||
|
||||
Manage the properties of a shared reservation.
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue