Module: Google::Cloud::Sql::V1::BackupRetentionSettings::RetentionUnit

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb

Overview

The units that retained_backups specifies, we only support COUNT.

Constant Summary collapse

RETENTION_UNIT_UNSPECIFIED =

Backup retention unit is unspecified, will be treated as COUNT.

0
COUNT =

Retention will be by count, eg. "retain the most recent 7 backups".

1