public sealed class GetAutoscalerRequest : IMessage<GetAutoscalerRequest>, IEquatable<GetAutoscalerRequest>, IDeepCloneable<GetAutoscalerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetAutoscalerRequest.
A request message for Autoscalers.Get. See the method description for details.
Implements
IMessageGetAutoscalerRequest, IEquatableGetAutoscalerRequest, IDeepCloneableGetAutoscalerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAutoscalerRequest()
public GetAutoscalerRequest()GetAutoscalerRequest(GetAutoscalerRequest)
public GetAutoscalerRequest(GetAutoscalerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAutoscalerRequest |
Properties
Autoscaler
public string Autoscaler { get; set; }Name of the autoscaler to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }Name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|