public sealed class GetRegionSnapshotRequest : IMessage<GetRegionSnapshotRequest>, IEquatable<GetRegionSnapshotRequest>, IDeepCloneable<GetRegionSnapshotRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRegionSnapshotRequest.
A request message for RegionSnapshots.Get. See the method description for details.
Implements
IMessageGetRegionSnapshotRequest, IEquatableGetRegionSnapshotRequest, IDeepCloneableGetRegionSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionSnapshotRequest()
public GetRegionSnapshotRequest()GetRegionSnapshotRequest(GetRegionSnapshotRequest)
public GetRegionSnapshotRequest(GetRegionSnapshotRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionSnapshotRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Name of the region 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 |
|