Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::AutoscalingPolicy.
Describes an autoscaling policy for Dataproc cluster autoscaler.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#basic_algorithm
def basic_algorithm() -> ::Google::Cloud::Dataproc::V1::BasicAutoscalingAlgorithm
#basic_algorithm=
def basic_algorithm=(value) -> ::Google::Cloud::Dataproc::V1::BasicAutoscalingAlgorithm
#id
def id() -> ::String
-
(::String) — Required. The policy id.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.
#id=
def id=(value) -> ::String
-
value (::String) — Required. The policy id.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.
-
(::String) — Required. The policy id.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with an autoscaling policy.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with an autoscaling policy.
- (::Google::Protobuf::Map{::String => ::String}) — Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with an autoscaling policy.
#name
def name() -> ::String
-
(::String) —
Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.autoscalingPolicies
, the resource name of the policy has the following format:projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id}
For
projects.locations.autoscalingPolicies
, the resource name of the policy has the following format:projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}
#secondary_worker_config
def secondary_worker_config() -> ::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig
- (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Optional. Describes how the autoscaler will operate for secondary workers.
#secondary_worker_config=
def secondary_worker_config=(value) -> ::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig
- value (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Optional. Describes how the autoscaler will operate for secondary workers.
- (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Optional. Describes how the autoscaler will operate for secondary workers.
#worker_config
def worker_config() -> ::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig
- (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Required. Describes how the autoscaler will operate for primary workers.
#worker_config=
def worker_config=(value) -> ::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig
- value (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Required. Describes how the autoscaler will operate for primary workers.
- (::Google::Cloud::Dataproc::V1::InstanceGroupAutoscalingPolicyConfig) — Required. Describes how the autoscaler will operate for primary workers.