Compute Engine v1 API - Class GetRegionInstantSnapshotGroupRequest (3.27.0)

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

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

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

Inheritance

object > GetRegionInstantSnapshotGroupRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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