mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 3 09:18:38 UTC 2022
This commit is contained in:
parent
3513fd1c11
commit
3b2f526372
151 changed files with 4150 additions and 308 deletions
52
gcloud/recommender/recommender-config/describe
Normal file
52
gcloud/recommender/recommender-config/describe
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
NAME
|
||||
gcloud recommender recommender-config describe - describe a recommender
|
||||
configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud recommender recommender-config describe RECOMMENDER
|
||||
--location=LOCATION
|
||||
(--organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a recommender configuration based on a given entity (project,
|
||||
organization), location, and recommender.
|
||||
|
||||
EXAMPLES
|
||||
To describe a recommender configuration, run:
|
||||
|
||||
$ gcloud recommender recommender-config describe ${RECOMMENDER} \
|
||||
--project=${PROJECT} --location=${LOCATION}
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RECOMMENDER
|
||||
Recommender to use for this invocation.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--location=LOCATION
|
||||
Location to use for this invocation.
|
||||
|
||||
Resource that is associated with cloud entity type.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
The Google Cloud organization ID to use for this invocation.
|
||||
|
||||
--project=PROJECT_ID
|
||||
The Google Cloud 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 variant is also available:
|
||||
|
||||
$ gcloud beta recommender recommender-config describe
|
||||
|
||||
29
gcloud/recommender/recommender-config/help
Normal file
29
gcloud/recommender/recommender-config/help
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud recommender recommender-config - manage Cloud resource recommender
|
||||
configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud recommender recommender-config COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Cloud resource recommender configuration.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Describe a recommender configuration.
|
||||
|
||||
update
|
||||
Update a recommender configuration.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud beta recommender recommender-config
|
||||
|
||||
71
gcloud/recommender/recommender-config/update
Normal file
71
gcloud/recommender/recommender-config/update
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
NAME
|
||||
gcloud recommender recommender-config update - update a recommender
|
||||
configuration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud recommender recommender-config update RECOMMENDER --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 ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a recommender configuration based on a given entity (project,
|
||||
organization), location, and recommender.
|
||||
|
||||
EXAMPLES
|
||||
To update a recommender configuration, run:
|
||||
|
||||
$ gcloud recommender recommender-config update ${RECOMMENDER} \
|
||||
--project=${PROJECT} --location=${LOCATION} --etag=\"123\" \
|
||||
--config-file=config.yaml
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
RECOMMENDER
|
||||
Recommender to use for this invocation.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--etag=ETAG
|
||||
Etag of the recommender configuration.
|
||||
|
||||
--location=LOCATION
|
||||
Location to use for this invocation.
|
||||
|
||||
Resource that is associated with cloud entity type.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
The Google Cloud organization ID to use for this invocation.
|
||||
|
||||
--project=PROJECT_ID
|
||||
The Google Cloud project ID. Overrides the default core/project
|
||||
property value for this command invocation.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--annotations=KEY=VALUE,[KEY=VALUE,...]
|
||||
Store small amounts of arbitrary data on the recommender configuration.
|
||||
|
||||
--config-file=CONFIG_FILE
|
||||
Generation configuration file for the recommender configuration.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
Display name of the recommender configuration.
|
||||
|
||||
--validate-only
|
||||
If true, validate the request and preview the change, but do not
|
||||
actually update it.
|
||||
|
||||
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 variant is also available:
|
||||
|
||||
$ gcloud beta recommender recommender-config update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue