Compute Engine v1 API - Class GetMachineImageRequest (2.13.0)

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

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

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

Inheritance

object > GetMachineImageRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetMachineImageRequest()

public GetMachineImageRequest()

GetMachineImageRequest(GetMachineImageRequest)

public GetMachineImageRequest(GetMachineImageRequest other)
Parameter
NameDescription
otherGetMachineImageRequest

Properties

MachineImage

public string MachineImage { get; set; }

The name of the machine image.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string