Compute Engine v1 API - Class GetRegionInstantSnapshotRequest (2.15.0)

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

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

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

Inheritance

object > GetRegionInstantSnapshotRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionInstantSnapshotRequest()

public GetRegionInstantSnapshotRequest()

GetRegionInstantSnapshotRequest(GetRegionInstantSnapshotRequest)

public GetRegionInstantSnapshotRequest(GetRegionInstantSnapshotRequest other)
Parameter
NameDescription
otherGetRegionInstantSnapshotRequest

Properties

InstantSnapshot

public string InstantSnapshot { get; set; }

Name of the InstantSnapshot resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

The name of the region for this request.

Property Value
TypeDescription
string