mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -25,6 +25,9 @@ COMMANDS
|
|||
mark-claimed
|
||||
(BETA) Mark a recommendation's state as CLAIMED.
|
||||
|
||||
mark-dismissed
|
||||
(BETA) Mark recommendation's state as DISMISSED.
|
||||
|
||||
mark-failed
|
||||
(BETA) Mark a recommendation's state as FAILED.
|
||||
|
||||
|
|
|
|||
75
gcloud/beta/recommender/recommendations/mark-dismissed
Normal file
75
gcloud/beta/recommender/recommendations/mark-dismissed
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
NAME
|
||||
gcloud beta recommender recommendations mark-dismissed - mark
|
||||
recommendation's state as DISMISSED
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta recommender recommendations mark-dismissed RECOMMENDATION
|
||||
--etag=ETAG --location=LOCATION --recommender=RECOMMENDER
|
||||
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
||||
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Mark recommendation's state as DISMISSED. Can be applied to
|
||||
recommendations in ACTIVE state. The following parent resources are
|
||||
supported: project, billing account, folder, and organization as parent
|
||||
resources for recommendations.
|
||||
|
||||
EXAMPLES
|
||||
To mark a recommendation as DISMISSED:
|
||||
|
||||
$ gcloud beta recommender recommendations mark-dismissed abcd-1234 \
|
||||
--project=project-name --location=global \
|
||||
--recommender=google.compute.instance.MachineTypeRecommender \
|
||||
--etag=abc123
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RECOMMENDATION
|
||||
Recommendation ID which will be marked as dismissed
|
||||
|
||||
REQUIRED FLAGS
|
||||
--etag=ETAG
|
||||
Etag of a recommendation
|
||||
|
||||
--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
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud recommender recommendations mark-dismissed
|
||||
|
||||
$ gcloud alpha recommender recommendations mark-dismissed
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue