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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasEnabled
clearEnabled
setEnabled
Whether the final backup is enabled for the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$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).
| Returns | |
|---|---|
| Type | Description |
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).
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|