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.
Implements
IMessageGetInstantSnapshotRequest, IEquatableGetInstantSnapshotRequest, IDeepCloneableGetInstantSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |