public sealed class GetInstantSnapshotGroupRequest : IMessage<GetInstantSnapshotGroupRequest>, IEquatable<GetInstantSnapshotGroupRequest>, IDeepCloneable<GetInstantSnapshotGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetInstantSnapshotGroupRequest.
A request message for InstantSnapshotGroups.Get. See the method description for details.
Implements
IMessageGetInstantSnapshotGroupRequest, IEquatableGetInstantSnapshotGroupRequest, IDeepCloneableGetInstantSnapshotGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetInstantSnapshotGroupRequest()
public GetInstantSnapshotGroupRequest()GetInstantSnapshotGroupRequest(GetInstantSnapshotGroupRequest)
public GetInstantSnapshotGroupRequest(GetInstantSnapshotGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInstantSnapshotGroupRequest |
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 |
|
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|