mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -12,6 +12,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 ...]
|
||||
|
||||
|
|
@ -137,6 +139,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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[--add-share-with=PROJECT,[PROJECT,...]]
|
||||
[--remove-share-with=PROJECT,[PROJECT,...]]
|
||||
[--share-with=SHARE_WITH,[SHARE_WITH,...]] [--vm-count=VM_COUNT]
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--zone=ZONE]
|
||||
[--delete-after-duration=DELETE_AFTER_DURATION
|
||||
| --delete-at-time=DELETE_AT_TIME | --disable-auto-delete]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update Compute Engine reservations.
|
||||
|
|
@ -87,6 +90,28 @@ 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.
|
||||
|
||||
--disable-auto-delete
|
||||
Disables the auto-delete setting for the reservation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue