public sealed class GetAutoscalingPolicyRequest : IMessage<GetAutoscalingPolicyRequest>, IEquatable<GetAutoscalingPolicyRequest>, IDeepCloneable<GetAutoscalingPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetAutoscalingPolicyRequest.
A request to fetch an autoscaling policy.
Implements
IMessageGetAutoscalingPolicyRequest, IEquatableGetAutoscalingPolicyRequest, IDeepCloneableGetAutoscalingPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
GetAutoscalingPolicyRequest()
public GetAutoscalingPolicyRequest()
GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest)
public GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | GetAutoscalingPolicyRequest |
Properties
AutoscalingPolicyName
public AutoscalingPolicyName AutoscalingPolicyName { get; set; }
AutoscalingPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AutoscalingPolicyName |
Name
public string Name { get; set; }
Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names.
For
projects.regions.autoscalingPolicies.get
, the resource name of the policy has the following format:projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id}
For
projects.locations.autoscalingPolicies.get
, the resource name of the policy has the following format:projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}
Property Value | |
---|---|
Type | Description |
string |