mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -8,14 +8,14 @@ SYNOPSIS
|
|||
[--credit-types-treatment=CREDIT_TYPES_TREATMENT]
|
||||
[--disable-default-iam-recipients]
|
||||
[--filter-credit-types=[FILTER_CREDIT_TYPES,...]]
|
||||
[--filter-labels=FILTER_LABELS]
|
||||
[--filter-labels=[KEY=VALUE,...]]
|
||||
[--filter-projects=[FILTER_PROJECTS,...]]
|
||||
[--filter-services=[FILTER_SERVICES,...]]
|
||||
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
|
||||
[--notifications-rule-monitoring-notification-channels=[NOTIFICATIONS_RULE_MONITORING_NOTIFICATION_CHANNELS,
|
||||
...]]
|
||||
[--notifications-rule-pubsub-topic=NOTIFICATIONS_RULE_PUBSUB_TOPIC]
|
||||
[--threshold-rule=THRESHOLD_RULE]
|
||||
[--threshold-rule=[basis=BASIS],[percent=PERCENT]]
|
||||
[--calendar-period=CALENDAR_PERIOD
|
||||
| [--start-date=START_DATE : --end-date=END_DATE]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -84,7 +84,7 @@ OPTIONAL FLAGS
|
|||
specified, then --credit-types-treatment must be
|
||||
include-specified-credits.
|
||||
|
||||
--filter-labels=FILTER_LABELS
|
||||
--filter-labels=[KEY=VALUE,...]
|
||||
Single label and value pair specifying that usage from only this set of
|
||||
labeled resources should be included in the budget. Currently, multiple
|
||||
entries or multiple values per entry are not allowed. If omitted, the
|
||||
|
|
@ -124,7 +124,7 @@ OPTIONAL FLAGS
|
|||
Name of the Cloud Pub/Sub topic where budget related messages will be
|
||||
published, in the form projects/{project_id}/topics/{topic_id}.
|
||||
|
||||
--threshold-rule=THRESHOLD_RULE
|
||||
--threshold-rule=[basis=BASIS],[percent=PERCENT]
|
||||
Rule that triggers alerts (notifications of thresholds being crossed)
|
||||
when spend exceeds the specified percentages of the budget. This flag
|
||||
can be repeated to provide multiple thresholds above which an alert is
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
[--credit-types-treatment=CREDIT_TYPES_TREATMENT]
|
||||
[--disable-default-iam-recipients] [--display-name=DISPLAY_NAME]
|
||||
[--filter-credit-types=[FILTER_CREDIT_TYPES,...]]
|
||||
[--filter-labels=FILTER_LABELS]
|
||||
[--filter-labels=[KEY=VALUE,...]]
|
||||
[--filter-projects=[FILTER_PROJECTS,...]]
|
||||
[--filter-services=[FILTER_SERVICES,...]]
|
||||
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
|
||||
|
|
@ -17,8 +17,8 @@ SYNOPSIS
|
|||
[--calendar-period=CALENDAR_PERIOD
|
||||
| [--start-date=START_DATE : --end-date=END_DATE]]
|
||||
[--threshold-rules-from-file=THRESHOLD_RULES_FROM_FILE
|
||||
| --add-threshold-rule=ADD_THRESHOLD_RULE --clear-threshold-rules]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
| --add-threshold-rule=[basis=BASIS],[percent=PERCENT]
|
||||
--clear-threshold-rules] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a budget.
|
||||
|
|
@ -84,7 +84,7 @@ FLAGS
|
|||
specified, then --credit-types-treatment must be
|
||||
include-specified-credits.
|
||||
|
||||
--filter-labels=FILTER_LABELS
|
||||
--filter-labels=[KEY=VALUE,...]
|
||||
Single label and value pair specifying that usage from only this set of
|
||||
labeled resources should be included in the budget. Currently, multiple
|
||||
entries or multiple values per entry are not allowed. If omitted, the
|
||||
|
|
@ -160,7 +160,7 @@ FLAGS
|
|||
in the file will replace the rules in the budget. This can be used to
|
||||
add or remove specific threshold rules.
|
||||
|
||||
--add-threshold-rule=ADD_THRESHOLD_RULE
|
||||
--add-threshold-rule=[basis=BASIS],[percent=PERCENT]
|
||||
Rule that triggers alerts (notifications of thresholds being crossed)
|
||||
when spend exceeds the specified percentages of the budget. This flag
|
||||
can be repeated to provide multiple thresholds above which an alert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue