Backup and DR Service v1 API - Class ListBackupVaultsResponse (2.0.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupVaultsResponse.

Response message for listing BackupVaults.

Inheritance

object > ListBackupVaultsResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

ListBackupVaultsResponse()

public ListBackupVaultsResponse()

ListBackupVaultsResponse(ListBackupVaultsResponse)

public ListBackupVaultsResponse(ListBackupVaultsResponse other)
Parameter
Name Description
other ListBackupVaultsResponse

Properties

BackupVaults

public RepeatedField<BackupVault> BackupVaults { get; }

The list of BackupVault instances in the project for the specified location.

If the '{location}' value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup vaults in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations.

Property Value
Type Description
RepeatedFieldBackupVault

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

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