public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateAutoscalingPolicyRequest.
A request to update an autoscaling policy.
Implements
IMessageUpdateAutoscalingPolicyRequest, IEquatableUpdateAutoscalingPolicyRequest, IDeepCloneableUpdateAutoscalingPolicyRequest, 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 |
|