1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Sep 13 10:32:10 UTC 2023

This commit is contained in:
Automated 2023-09-13 10:32:10 +00:00
parent 6c8d2eb024
commit 39a8a4f491
111 changed files with 1798 additions and 302 deletions

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--filter-credit-types=[FILTER_CREDIT_TYPES,...]]
[--filter-labels=[KEY=VALUE,...]]
[--filter-projects=[FILTER_PROJECTS,...]]
[--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]]
[--filter-services=[FILTER_SERVICES,...]]
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
[--notifications-rule-monitoring-notification-channels=[NOTIFICATIONS_RULE_MONITORING_NOTIFICATION_CHANNELS,
@ -95,6 +96,15 @@ OPTIONAL FLAGS
usage from only this set of projects should be included in the budget.
If omitted, all projects will be included.
--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]
A set of folder and organization names of the form folders/{folderId}
or organizations/{organizationId}, specifying that usage from only this
set of folders and organizations should be included in the budget. If
omitted, the budget includes all usage that the billing account pays
for. If the folder or organization contains projects that are paid for
by a different Cloud Billing account, the budget doesn't apply to those
projects.
--filter-services=[FILTER_SERVICES,...]
Set of services of the form services/{service_id}, specifying that
usage from only this set of services should be included in the budget.

View file

@ -8,6 +8,7 @@ SYNOPSIS
[--filter-credit-types=[FILTER_CREDIT_TYPES,...]]
[--filter-labels=[KEY=VALUE,...]]
[--filter-projects=[FILTER_PROJECTS,...]]
[--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]]
[--filter-services=[FILTER_SERVICES,...]]
[--filter-subaccounts=[FILTER_SUBACCOUNTS,...]]
[--notifications-rule-monitoring-notification-channels=[NOTIFICATIONS_RULE_MONITORING_NOTIFICATION_CHANNELS,
@ -95,6 +96,15 @@ FLAGS
usage from only this set of projects should be included in the budget.
If omitted, all projects will be included.
--filter-resource-ancestors=[FILTER_RESOURCE_ANCESTORS,...]
A set of folder and organization names of the form folders/{folderId}
or organizations/{organizationId}, specifying that usage from only this
set of folders and organizations should be included in the budget. If
omitted, the budget includes all usage that the billing account pays
for. If the folder or organization contains projects that are paid for
by a different Cloud Billing account, the budget doesn't apply to those
projects.
--filter-services=[FILTER_SERVICES,...]
Set of services of the form services/{service_id}, specifying that
usage from only this set of services should be included in the budget.