Compute Engine v1 API - Class GetInstantSnapshotGroupRequest (3.27.0)

public sealed class GetInstantSnapshotGroupRequest : IMessage<GetInstantSnapshotGroupRequest>, IEquatable<GetInstantSnapshotGroupRequest>, IDeepCloneable<GetInstantSnapshotGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetInstantSnapshotGroupRequest.

A request message for InstantSnapshotGroups.Get. See the method description for details.

Inheritance

object > GetInstantSnapshotGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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