Class GetMachineImageRequest (1.3.0)

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

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