NetApp v1 API - Class ListBackupVaultsResponse (1.1.0)

public sealed class ListBackupVaultsResponse : IMessage<ListBackupVaultsResponse>, IEquatable<ListBackupVaultsResponse>, IDeepCloneable<ListBackupVaultsResponse>, IBufferMessage, IMessage, IPageResponse<BackupVault>, IEnumerable<BackupVault>, IEnumerable

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

ListBackupVaultsResponse is the result of ListBackupVaultsRequest.

Inheritance

object > ListBackupVaultsResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

ListBackupVaultsResponse()

public ListBackupVaultsResponse()

ListBackupVaultsResponse(ListBackupVaultsResponse)

public ListBackupVaultsResponse(ListBackupVaultsResponse other)
Parameter
NameDescription
otherListBackupVaultsResponse

Properties

BackupVaults

public RepeatedField<BackupVault> BackupVaults { get; }

A list of backupVaults in the project for the specified location.

Property Value
TypeDescription
RepeatedFieldBackupVault

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<BackupVault> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorBackupVault