NetApp v1 API - Class ListBackupsResponse (1.0.0)

public sealed class ListBackupsResponse : IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessage, IPageResponse<Backup>, IEnumerable<Backup>, IEnumerable

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

ListBackupsResponse is the result of ListBackupsRequest.

Inheritance

object > ListBackupsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListBackupsResponse()

public ListBackupsResponse()

ListBackupsResponse(ListBackupsResponse)

public ListBackupsResponse(ListBackupsResponse other)
Parameter
NameDescription
otherListBackupsResponse

Properties

Backups

public RepeatedField<Backup> Backups { get; }

A list of backups in the project.

Property Value
TypeDescription
RepeatedFieldBackup

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Backup> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorBackup