Method: Google::Apis::AlloydbV1beta::AutomatedBackupPolicy#location
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb
#location ⇒ String
The location where the backup will be stored. Currently, the only supported
option is to store the backup in the same region as the cluster. If empty,
defaults to the region of the cluster.
Corresponds to the JSON property location
80 81 82 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 80 def location @location end |