NetApp v1 API - Class ListSnapshotsResponse (1.0.0)

public sealed class ListSnapshotsResponse : IPageResponse<Snapshot>, IEnumerable<Snapshot>, IEnumerable, IMessage<ListSnapshotsResponse>, IEquatable<ListSnapshotsResponse>, IDeepCloneable<ListSnapshotsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class ListSnapshotsResponse.

ListSnapshotsResponse is the result of ListSnapshotsRequest.

Inheritance

object > ListSnapshotsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListSnapshotsResponse()

public ListSnapshotsResponse()

ListSnapshotsResponse(ListSnapshotsResponse)

public ListSnapshotsResponse(ListSnapshotsResponse other)
Parameter
NameDescription
otherListSnapshotsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

Property Value
TypeDescription
string

Snapshots

public RepeatedField<Snapshot> Snapshots { get; }

A list of snapshots in the project for the specified volume.

Property Value
TypeDescription
RepeatedFieldSnapshot

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Snapshot> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSnapshot