Compute Engine v1 API - Class GetAutoscalerRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetAutoscalerRequest.

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