Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class BackupReencryptionConfig.
Backup Reencryption Config
Generated from protobuf message google.cloud.sql.v1beta4.BackupReencryptionConfig
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__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 |