NetApp v1 API - Class ListBackupVaultsResponse (1.3.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
Name Description
other ListBackupVaultsResponse

Properties

BackupVaults

public RepeatedField<BackupVault> BackupVaults { get; }

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

Property Value
Type Description
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
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<BackupVault> GetEnumerator()

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

Returns
Type Description
IEnumeratorBackupVault