mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
68 lines
2.2 KiB
Text
68 lines
2.2 KiB
Text
NAME
|
|
gcloud recommender recommendations describe - describe a recommendation for
|
|
a Cloud project
|
|
|
|
SYNOPSIS
|
|
gcloud recommender recommendations describe RECOMMENDATION
|
|
--location=LOCATION --recommender=RECOMMENDER
|
|
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
|
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Describe a recommendation. This currently supports the following parent
|
|
entities: project, billing account, folder, and organization.
|
|
|
|
EXAMPLES
|
|
To describe a recommendation:
|
|
|
|
$ gcloud recommender recommendations describe RECOMMENDATION_ID \
|
|
--project=${PROJECT} --location=${LOCATION} \
|
|
--recommender=${RECOMMENDER}
|
|
|
|
POSITIONAL ARGUMENTS
|
|
RECOMMENDATION
|
|
Recommendation to describe
|
|
|
|
REQUIRED FLAGS
|
|
--location=LOCATION
|
|
Location
|
|
|
|
--recommender=RECOMMENDER
|
|
Recommender of the recommendations
|
|
|
|
Resource that is associated with cloud entity type. Currently four
|
|
mutually exclusive flags are supported, --project, --billing-account,
|
|
--folder, --organization.
|
|
|
|
Exactly one of these must be specified:
|
|
|
|
--billing-account=BILLING_ACCOUNT
|
|
The Google Cloud Platform billing account ID to use for this
|
|
invocation.
|
|
|
|
--folder=FOLDER_ID
|
|
The Google Cloud Platform folder ID to use for this invocation.
|
|
|
|
--organization=ORGANIZATION_ID
|
|
The Google Cloud Platform organization ID to use for this invocation.
|
|
|
|
--project=PROJECT_ID
|
|
The Google Cloud Platform project ID. Overrides the default
|
|
core/project property value for this command invocation.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha recommender recommendations describe
|
|
|
|
$ gcloud beta recommender recommendations describe
|
|
|