- NAME
-
- gcloud dataproc autoscaling-policies - create and manage Dataproc autoscaling policies
- SYNOPSIS
-
-
gcloud dataproc autoscaling-policies
COMMAND
[GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Create and manage Dataproc autoscaling policies.
- EXAMPLES
-
To see the list of all autoscaling policies, run:
gcloud dataproc autoscaling-policies list
To view the details of an autoscaling policy, run:
gcloud dataproc autoscaling-policies describe my_policy
To view just the non-output only fields of an autoscaling policy, run:
gcloud dataproc autoscaling-policies export my_policy --destination policy-file.yaml
To create or update an autoscaling policy, run:
gcloud dataproc autoscaling-policies import my_policy --source policy-file.yaml
To delete an autoscaling policy, run:
gcloud dataproc autoscaling-policies delete my_policy
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--help
.Run
$ gcloud help
for details. - COMMANDS
-
is one of the following:COMMAND
delete
- Delete an autoscaling policy.
describe
- Describe an autoscaling policy.
export
- Export an autoscaling policy.
get-iam-policy
- Get IAM policy for an autoscaling policy.
import
- Import an autoscaling policy.
list
- List autoscaling policies.
set-iam-policy
- Set IAM policy for an autoscaling policy.
- NOTES
-
These variants are also available:
gcloud alpha dataproc autoscaling-policies
gcloud beta dataproc autoscaling-policies
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.