Compute Engine v1 API - Class GetAcceleratorTypeRequest (2.15.0)

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

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

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

Inheritance

object > GetAcceleratorTypeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetAcceleratorTypeRequest()

public GetAcceleratorTypeRequest()

GetAcceleratorTypeRequest(GetAcceleratorTypeRequest)

public GetAcceleratorTypeRequest(GetAcceleratorTypeRequest other)
Parameter
NameDescription
otherGetAcceleratorTypeRequest

Properties

AcceleratorType

public string AcceleratorType { get; set; }

Name of the accelerator type 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; }

The name of the zone for this request.

Property Value
TypeDescription
string