Google Cloud Sql Admin V1 Client - Class BackupReencryptionConfig (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BackupReencryptionConfig.
Backup Reencryption Config
Generated from protobuf message google.cloud.sql.v1.BackupReencryptionConfig
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_limit |
int
Backup re-encryption limit |
↳ backup_type |
int
Type of backups users want to re-encrypt. |
getBackupLimit
Backup re-encryption limit
| Returns | |
|---|---|
| Type | Description |
int |
|
hasBackupLimit
clearBackupLimit
setBackupLimit
Backup re-encryption limit
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBackupType
Type of backups users want to re-encrypt.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasBackupType
clearBackupType
setBackupType
Type of backups users want to re-encrypt.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|