Google Cloud AlloyDB for PostgreSQL V1beta Client - Class QuantityBasedRetention (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class QuantityBasedRetention.

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

Generated from protobuf message google.cloud.alloydb.v1beta.AutomatedBackupPolicy.QuantityBasedRetention

Namespace

Google \ Cloud \ AlloyDb \ V1beta \ AutomatedBackupPolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ count int

The number of backups to retain.

getCount

The number of backups to retain.

Returns
TypeDescription
int

setCount

The number of backups to retain.

Parameter
NameDescription
var int
Returns
TypeDescription
$this