public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateAutoscalingPolicyRequest.
A 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 |