Bare Metal Solution v2 API - Class ListVolumeSnapshotsResponse (1.5.0)

public sealed class ListVolumeSnapshotsResponse : IPageResponse<VolumeSnapshot>, IEnumerable<VolumeSnapshot>, IEnumerable, IMessage<ListVolumeSnapshotsResponse>, IEquatable<ListVolumeSnapshotsResponse>, IDeepCloneable<ListVolumeSnapshotsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Bare Metal Solution v2 API class ListVolumeSnapshotsResponse.

Response message containing the list of volume snapshots.

Inheritance

object > ListVolumeSnapshotsResponse

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Constructors

ListVolumeSnapshotsResponse()

public ListVolumeSnapshotsResponse()

ListVolumeSnapshotsResponse(ListVolumeSnapshotsResponse)

public ListVolumeSnapshotsResponse(ListVolumeSnapshotsResponse other)
Parameter
NameDescription
otherListVolumeSnapshotsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results from the server.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

VolumeSnapshots

public RepeatedField<VolumeSnapshot> VolumeSnapshots { get; }

The list of snapshots.

Property Value
TypeDescription
RepeatedFieldVolumeSnapshot

Methods

GetEnumerator()

public IEnumerator<VolumeSnapshot> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorVolumeSnapshot