Class UpdateAutoscalingPolicyRequest (4.0.0)

public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessage

A request to update an autoscaling policy.

Inheritance

Object > UpdateAutoscalingPolicyRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

UpdateAutoscalingPolicyRequest()

public UpdateAutoscalingPolicyRequest()

UpdateAutoscalingPolicyRequest(UpdateAutoscalingPolicyRequest)

public UpdateAutoscalingPolicyRequest(UpdateAutoscalingPolicyRequest other)
Parameter
NameDescription
otherUpdateAutoscalingPolicyRequest

Properties

Policy

public AutoscalingPolicy Policy { get; set; }

Required. The updated autoscaling policy.

Property Value
TypeDescription
AutoscalingPolicy