Reference documentation and code samples for the Google Cloud Dataproc V1 Client class AutoscalingPolicy.
Describes an autoscaling policy for Dataproc cluster autoscaler.
Generated from protobuf message google.cloud.dataproc.v1.AutoscalingPolicy
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
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. |
↳ name |
string
Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. * For |
↳ basic_algorithm |
Google\Cloud\Dataproc\V1\BasicAutoscalingAlgorithm
|
↳ worker_config |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig
Required. Describes how the autoscaler will operate for primary workers. |
↳ secondary_worker_config |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig
Optional. Describes how the autoscaler will operate for secondary workers. |
↳ labels |
array|Google\Protobuf\Internal\MapField
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. |
getId
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.
Returns | |
---|---|
Type | Description |
string |
setId
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
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}
Returns | |
---|---|
Type | Description |
string |
setName
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBasicAlgorithm
Generated from protobuf field .google.cloud.dataproc.v1.BasicAutoscalingAlgorithm basic_algorithm = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\BasicAutoscalingAlgorithm|null |
hasBasicAlgorithm
setBasicAlgorithm
Generated from protobuf field .google.cloud.dataproc.v1.BasicAutoscalingAlgorithm basic_algorithm = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\BasicAutoscalingAlgorithm
|
Returns | |
---|---|
Type | Description |
$this |
getWorkerConfig
Required. Describes how the autoscaler will operate for primary workers.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig|null |
hasWorkerConfig
clearWorkerConfig
setWorkerConfig
Required. Describes how the autoscaler will operate for primary workers.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig
|
Returns | |
---|---|
Type | Description |
$this |
getSecondaryWorkerConfig
Optional. Describes how the autoscaler will operate for secondary workers.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig|null |
hasSecondaryWorkerConfig
clearSecondaryWorkerConfig
setSecondaryWorkerConfig
Optional. Describes how the autoscaler will operate for secondary workers.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\InstanceGroupAutoscalingPolicyConfig
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
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.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getAlgorithm
Returns | |
---|---|
Type | Description |
string |