Reference documentation and code samples for the Google Cloud Database Center V1beta Client class BackupDRConfig.
BackupDRConfig to capture the backup and disaster recovery details of database resource.
Generated from protobuf message google.cloud.databasecenter.v1beta.BackupDRConfig
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backupdr_managed |
bool
Indicates if the resource is managed by BackupDR. |
getBackupdrManaged
Indicates if the resource is managed by BackupDR.
| Returns | |
|---|---|
| Type | Description |
bool |
|
hasBackupdrManaged
clearBackupdrManaged
setBackupdrManaged
Indicates if the resource is managed by BackupDR.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|