Compute Engine v1 API - Class GetRegionAutoscalerRequest (2.9.0)

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

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

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

Inheritance

object > GetRegionAutoscalerRequest

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionAutoscalerRequest()

public GetRegionAutoscalerRequest()

GetRegionAutoscalerRequest(GetRegionAutoscalerRequest)

public GetRegionAutoscalerRequest(GetRegionAutoscalerRequest other)
Parameter
NameDescription
otherGetRegionAutoscalerRequest

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

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
string