Compute Engine v1 API - Class GetInstantSnapshotRequest (2.16.0)

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

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

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

Inheritance

object > GetInstantSnapshotRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetInstantSnapshotRequest()

public GetInstantSnapshotRequest()

GetInstantSnapshotRequest(GetInstantSnapshotRequest)

public GetInstantSnapshotRequest(GetInstantSnapshotRequest other)
Parameter
Name Description
other GetInstantSnapshotRequest

Properties

InstantSnapshot

public string InstantSnapshot { get; set; }

Name of the InstantSnapshot resource to return.

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
Type Description
string