public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessageA request to update an autoscaling policy.
Implements
IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
UpdateAutoscalingPolicyRequest()
public UpdateAutoscalingPolicyRequest()UpdateAutoscalingPolicyRequest(UpdateAutoscalingPolicyRequest)
public UpdateAutoscalingPolicyRequest(UpdateAutoscalingPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateAutoscalingPolicyRequest |
Properties
Policy
public AutoscalingPolicy Policy { get; set; }Required. The updated autoscaling policy.
| Property Value | |
|---|---|
| Type | Description |
AutoscalingPolicy |
|