Google Cloud Dataproc v1 API - Class GetAutoscalingPolicyRequest (5.10.0)

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.

Inheritance

object > GetAutoscalingPolicyRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GetAutoscalingPolicyRequest()

public GetAutoscalingPolicyRequest()

GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest)

public GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest other)
Parameter
NameDescription
otherGetAutoscalingPolicyRequest

Properties

AutoscalingPolicyName

public AutoscalingPolicyName AutoscalingPolicyName { get; set; }

AutoscalingPolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string