Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class FinalBackupConfig.
Config used to determine the final backup settings for the instance.
Generated from protobuf message google.cloud.sql.v1.FinalBackupConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Whether the final backup is enabled for the instance.
↳ retention_days
int
The number of days to retain the final backup after the instance deletion. The final backup will be purged at (time_of_instance_deletion + retention_days).
getEnabled
Whether the final backup is enabled for the instance.
bool
hasEnabled
clearEnabled
setEnabled
Whether the final backup is enabled for the instance.
var
bool
$this
getRetentionDays
The number of days to retain the final backup after the instance deletion.
The final backup will be purged at (time_of_instance_deletion + retention_days).
int
hasRetentionDays
clearRetentionDays
setRetentionDays
The number of days to retain the final backup after the instance deletion.
The final backup will be purged at (time_of_instance_deletion + retention_days).
var
int
$this

