mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -5,12 +5,12 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud recommender insight-type-config describe INSIGHT_TYPE
|
||||
--location=LOCATION
|
||||
(--organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
(--billing-account=BILLING_ACCOUNT | --organization=ORGANIZATION_ID
|
||||
| --project=PROJECT_ID) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe an insight type configuration based on a given entity (project,
|
||||
organization), location, and insight type.
|
||||
organization, billing account), location, and insight type.
|
||||
|
||||
EXAMPLES
|
||||
To describe an insight type configuration, run:
|
||||
|
|
@ -30,6 +30,9 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT
|
||||
The Google Cloud billing account ID to use for this invocation.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
The Google Cloud organization ID to use for this invocation.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,13 +5,14 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud recommender insight-type-config update INSIGHT_TYPE --etag=ETAG
|
||||
--location=LOCATION
|
||||
(--organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[--annotations=KEY=VALUE,[KEY=VALUE,...]] [--config-file=CONFIG_FILE]
|
||||
[--display-name=DISPLAY_NAME] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
(--billing-account=BILLING_ACCOUNT | --organization=ORGANIZATION_ID
|
||||
| --project=PROJECT_ID) [--annotations=KEY=VALUE,[KEY=VALUE,...]]
|
||||
[--config-file=CONFIG_FILE] [--display-name=DISPLAY_NAME]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an insight type configuration based on a given entity (project,
|
||||
organization), location, and insight type.
|
||||
organization, billing account), location, and insight type.
|
||||
|
||||
EXAMPLES
|
||||
To update an insight type configuration, run:
|
||||
|
|
@ -35,6 +36,9 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT
|
||||
The Google Cloud billing account ID to use for this invocation.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
The Google Cloud organization ID to use for this invocation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue