mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]]
|
||||
[--filter-services=[FILTER_SERVICES,...]]
|
||||
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
|
||||
[--ownership-scope=OWNERSHIP_SCOPE]
|
||||
[--threshold-rule=[basis=BASIS],[percent=PERCENT]]
|
||||
[--calendar-period=CALENDAR_PERIOD
|
||||
| [--start-date=START_DATE : --end-date=END_DATE]]
|
||||
|
|
@ -133,6 +134,20 @@ OPTIONAL FLAGS
|
|||
include usage from the parent account and all subaccounts, if they
|
||||
exist.
|
||||
|
||||
--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
|
|||
[--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]]
|
||||
[--filter-services=[FILTER_SERVICES,...]]
|
||||
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
|
||||
[--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
|
|||
include usage from the parent account and all subaccounts, if they
|
||||
exist.
|
||||
|
||||
--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