Class FetchUsableBackupVaultsResponse (0.1.4)

FetchUsableBackupVaultsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for fetching usable BackupVaults.

Attributes

Name Description
backup_vaults MutableSequence[google.cloud.backupdr_v1.types.BackupVault]
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.
next_page_token str
A token identifying a page of results the server should return.
unreachable MutableSequence[str]
Locations that could not be reached.