Compute Engine v1 API - Class GetImageRequest (2.8.0)

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

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

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

Inheritance

object > GetImageRequest

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetImageRequest()

public GetImageRequest()

GetImageRequest(GetImageRequest)

public GetImageRequest(GetImageRequest other)
Parameter
NameDescription
otherGetImageRequest

Properties

Image

public string Image { get; set; }

Name of the image resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string