public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetSnapshotRequest.
A request message for Snapshots.Get. See the method description for details.
Implements
IMessageGetSnapshotRequest, IEquatableGetSnapshotRequest, IDeepCloneableGetSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetSnapshotRequest()
public GetSnapshotRequest()GetSnapshotRequest(GetSnapshotRequest)
public GetSnapshotRequest(GetSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSnapshotRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Snapshot
public string Snapshot { get; set; }Name of the Snapshot resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|