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.
Implements
IMessageGetRegionInstantSnapshotRequest, IEquatableGetRegionInstantSnapshotRequest, IDeepCloneableGetRegionInstantSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionInstantSnapshotRequest()
public GetRegionInstantSnapshotRequest()
GetRegionInstantSnapshotRequest(GetRegionInstantSnapshotRequest)
public GetRegionInstantSnapshotRequest(GetRegionInstantSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetRegionInstantSnapshotRequest |
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 |
Region
public string Region { get; set; }
The name of the region for this request.
Property Value | |
---|---|
Type | Description |
string |