1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/beta/dataproc/autoscaling-policies/help
2022-03-01 04:29:52 +00:00

70 lines
1.8 KiB
Text

NAME
gcloud beta dataproc autoscaling-policies - create and manage Dataproc
autoscaling policies
SYNOPSIS
gcloud beta dataproc autoscaling-policies COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create and manage Dataproc autoscaling policies.
EXAMPLES
To see the list of all autoscaling policies, run:
$ gcloud beta dataproc autoscaling-policies list
To view the details of an autoscaling policy, run:
$ gcloud beta dataproc autoscaling-policies describe my_policy
To view just the non-output only fields of an autoscaling policy, run:
$ gcloud beta dataproc autoscaling-policies export my_policy \
--destination policy-file.yaml
To create or update an autoscaling policy, run:
$ gcloud beta dataproc autoscaling-policies import my_policy \
--source policy-file.yaml
To delete an autoscaling policy, run:
$ gcloud beta dataproc autoscaling-policies delete my_policy
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
delete
(BETA) Delete an autoscaling policy.
describe
(BETA) Describe an autoscaling policy.
export
(BETA) Export an autoscaling policy.
get-iam-policy
(BETA) Get IAM policy for an autoscaling policy.
import
(BETA) Import an autoscaling policy.
list
(BETA) List autoscaling policies.
set-iam-policy
(BETA) Set IAM policy for an autoscaling policy.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud dataproc autoscaling-policies
$ gcloud alpha dataproc autoscaling-policies