public sealed class GetRegionInstantSnapshotGroupRequest : IMessage<GetRegionInstantSnapshotGroupRequest>, IEquatable<GetRegionInstantSnapshotGroupRequest>, IDeepCloneable<GetRegionInstantSnapshotGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRegionInstantSnapshotGroupRequest.
A request message for RegionInstantSnapshotGroups.Get. See the method description for details.
Implements
IMessageGetRegionInstantSnapshotGroupRequest, IEquatableGetRegionInstantSnapshotGroupRequest, IDeepCloneableGetRegionInstantSnapshotGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionInstantSnapshotGroupRequest()
public GetRegionInstantSnapshotGroupRequest()GetRegionInstantSnapshotGroupRequest(GetRegionInstantSnapshotGroupRequest)
public GetRegionInstantSnapshotGroupRequest(GetRegionInstantSnapshotGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionInstantSnapshotGroupRequest |
Properties
InstantSnapshotGroup
public string InstantSnapshotGroup { get; set; }Name of the InstantSnapshotGroup 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 |
|