mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -158,25 +158,31 @@ FLAGS
|
|||
--last-period-amount
|
||||
Use the amount of last period's budget.
|
||||
|
||||
Specify either the calendar-period or custom-period, not both.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--calendar-period=CALENDAR_PERIOD
|
||||
Specifies to track usage over recurring calendar period. If you're
|
||||
creating a budget with a custom time period, omit this flag.
|
||||
CALENDAR_PERIOD must be one of: calendar-period-unspecified, month,
|
||||
quarter, year.
|
||||
Calendar Period
|
||||
|
||||
--start-date=START_DATE
|
||||
Specifies to track usage after any start date. This time period is
|
||||
static, it does not recur.
|
||||
--calendar-period=CALENDAR_PERIOD
|
||||
Specified to track usage over recurring calendar period. If you're
|
||||
creating a budget with a custom time period, omit this flag.
|
||||
CALENDAR_PERIOD must be one of: calendar-period-unspecified, month,
|
||||
quarter, year.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
Custom Period
|
||||
|
||||
--end-date=END_DATE
|
||||
Specifies to track usage before any end date. This time period is
|
||||
static, it does not recur. If specified, --start-date must also be
|
||||
specified.
|
||||
--start-date=START_DATE
|
||||
Specified to track usage after any start date. This time period is
|
||||
static, it does not recur.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--end-date=END_DATE
|
||||
Specified to track usage before any end date. This time period is
|
||||
static, it does not recur. If specified, --start-date must also be
|
||||
specified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue