public sealed class AutoscalingPolicy : IMessage<AutoscalingPolicy>, IEquatable<AutoscalingPolicy>, IDeepCloneable<AutoscalingPolicy>, IBufferMessage, IMessageDescribes an autoscaling policy for Dataproc cluster autoscaler.
Implements
IMessage<AutoscalingPolicy>, IEquatable<AutoscalingPolicy>, IDeepCloneable<AutoscalingPolicy>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
AutoscalingPolicy()
public AutoscalingPolicy()AutoscalingPolicy(AutoscalingPolicy)
public AutoscalingPolicy(AutoscalingPolicy other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoscalingPolicy |
Properties
AlgorithmCase
public AutoscalingPolicy.AlgorithmOneofCase AlgorithmCase { get; }| Property Value | |
|---|---|
| Type | Description |
AutoscalingPolicy.AlgorithmOneofCase |
|
AutoscalingPolicyName
public AutoscalingPolicyName AutoscalingPolicyName { get; set; }AutoscalingPolicyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AutoscalingPolicyName |
|
BasicAlgorithm
public BasicAutoscalingAlgorithm BasicAlgorithm { get; set; }| Property Value | |
|---|---|
| Type | Description |
BasicAutoscalingAlgorithm |
|
Id
public string Id { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
String |
|
SecondaryWorkerConfig
public InstanceGroupAutoscalingPolicyConfig SecondaryWorkerConfig { get; set; }Optional. Describes how the autoscaler will operate for secondary workers.
| Property Value | |
|---|---|
| Type | Description |
InstanceGroupAutoscalingPolicyConfig |
|
WorkerConfig
public InstanceGroupAutoscalingPolicyConfig WorkerConfig { get; set; }Required. Describes how the autoscaler will operate for primary workers.
| Property Value | |
|---|---|
| Type | Description |
InstanceGroupAutoscalingPolicyConfig |
|