Compute Engine v1 API - Class GetScreenshotInstanceRequest (2.15.0)

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

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

A request message for Instances.GetScreenshot. See the method description for details.

Inheritance

object > GetScreenshotInstanceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetScreenshotInstanceRequest()

public GetScreenshotInstanceRequest()

GetScreenshotInstanceRequest(GetScreenshotInstanceRequest)

public GetScreenshotInstanceRequest(GetScreenshotInstanceRequest other)
Parameter
NameDescription
otherGetScreenshotInstanceRequest

Properties

Instance

public string Instance { get; set; }

Name of the instance scoping this request.

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