Compute Engine v1 API - Class GetMachineTypeRequest (2.15.0)

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

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

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

Inheritance

object > GetMachineTypeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetMachineTypeRequest()

public GetMachineTypeRequest()

GetMachineTypeRequest(GetMachineTypeRequest)

public GetMachineTypeRequest(GetMachineTypeRequest other)
Parameter
NameDescription
otherGetMachineTypeRequest

Properties

MachineType

public string MachineType { get; set; }

Name of the machine 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