Class GetAutoscalerRequest (1.0.0)

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

A request message for Autoscalers.Get. See the method description for details.

Inheritance

Object > GetAutoscalerRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetAutoscalerRequest()

public GetAutoscalerRequest()

GetAutoscalerRequest(GetAutoscalerRequest)

public GetAutoscalerRequest(GetAutoscalerRequest other)
Parameter
NameDescription
otherGetAutoscalerRequest

Properties

Autoscaler

public string Autoscaler { get; set; }

Name of the autoscaler to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Zone

public string Zone { get; set; }

Name of the zone for this request.

Property Value
TypeDescription
String