Class ClusterClusterConfigAutoscalingConfig


  • public final class ClusterClusterConfigAutoscalingConfig
    extends java.lang.Object
    • Method Detail

      • policyUri

        public java.lang.String policyUri()
        Returns:
        The autoscaling policy used by the cluster. Only resource names including projectid and location (region) are valid. Examples: `https://www.googleapis.com/compute/v1/projects/[projectId]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]` `projects/[projectId]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]` Note that the policy must be in the same project and Cloud Dataproc region. ***