backupVaults property

List<BackupVault>? backupVaults
getter/setter pair

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.

Implementation

core.List<BackupVault>? backupVaults;