mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Thu Jan 18 10:21:20 UTC 2024
This commit is contained in:
parent
5fec13c692
commit
a47e1e835a
156 changed files with 4341 additions and 674 deletions
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--notifications-rule-monitoring-notification-channels=[NOTIFICATIONS_RULE_MONITORING_NOTIFICATION_CHANNELS,
|
||||
...]]
|
||||
[--notifications-rule-pubsub-topic=NOTIFICATIONS_RULE_PUBSUB_TOPIC]
|
||||
[--ownership-scope=OWNERSHIP_SCOPE]
|
||||
[--threshold-rule=[basis=BASIS],[percent=PERCENT]]
|
||||
[--calendar-period=CALENDAR_PERIOD
|
||||
| [--start-date=START_DATE : --end-date=END_DATE]]
|
||||
|
|
@ -134,6 +135,20 @@ 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}.
|
||||
|
||||
--ownership-scope=OWNERSHIP_SCOPE
|
||||
Sets the ownership scope of the budget. The ownership scope and users'
|
||||
IAM permissions determine who has full access to the budget's data.
|
||||
|
||||
Must be one of: 'ALL_USERS' or 'BILLING_ACCOUNT'. Use 'ALL_USERS' to
|
||||
allow billing account- level users and project-level users to have full
|
||||
access to the budget (if the users have the required IAM permissions).
|
||||
Use 'BILLING_ACCOUNT' to allow only billing account-level users to have
|
||||
full access to the budget. Project-level users will have read-only
|
||||
access, even if they have the required IAM permissions.
|
||||
|
||||
OWNERSHIP_SCOPE must be one of: all-users, billing-account,
|
||||
ownership-scope-unspecified.
|
||||
|
||||
--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
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--notifications-rule-monitoring-notification-channels=[NOTIFICATIONS_RULE_MONITORING_NOTIFICATION_CHANNELS,
|
||||
...]]
|
||||
[--notifications-rule-pubsub-topic=NOTIFICATIONS_RULE_PUBSUB_TOPIC]
|
||||
[--ownership-scope=OWNERSHIP_SCOPE]
|
||||
[--budget-amount=BUDGET_AMOUNT | --last-period-amount]
|
||||
[--calendar-period=CALENDAR_PERIOD
|
||||
| [--start-date=START_DATE : --end-date=END_DATE]]
|
||||
|
|
@ -134,6 +135,20 @@ FLAGS
|
|||
Name of the Cloud Pub/Sub topic where budget related messages will be
|
||||
published, in the form projects/{project_id}/topics/{topic_id}.
|
||||
|
||||
--ownership-scope=OWNERSHIP_SCOPE
|
||||
Sets the ownership scope of the budget. The ownership scope and users'
|
||||
IAM permissions determine who has full access to the budget's data.
|
||||
|
||||
Must be one of: 'ALL_USERS' or 'BILLING_ACCOUNT'. Use 'ALL_USERS' to
|
||||
allow billing account- level users and project-level users to have full
|
||||
access to the budget (if the users have the required IAM permissions).
|
||||
Use 'BILLING_ACCOUNT' to allow only billing account-level users to have
|
||||
full access to the budget. Project-level users will have read-only
|
||||
access, even if they have the required IAM permissions.
|
||||
|
||||
OWNERSHIP_SCOPE must be one of: all-users, billing-account,
|
||||
ownership-scope-unspecified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--budget-amount=BUDGET_AMOUNT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue