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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class FetchUsableBackupVaultsResponse (0.2.5)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.5 (latest)](/python/docs/reference/backupdr/latest/google.cloud.backupdr_v1.types.FetchUsableBackupVaultsResponse)\n- [0.2.4](/python/docs/reference/backupdr/0.2.4/google.cloud.backupdr_v1.types.FetchUsableBackupVaultsResponse)\n- [0.1.7](/python/docs/reference/backupdr/0.1.7/google.cloud.backupdr_v1.types.FetchUsableBackupVaultsResponse) \n\n FetchUsableBackupVaultsResponse(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nResponse message for fetching usable BackupVaults."]]