Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupDrPlanConfig.
BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration.
Generated from protobuf message google.cloud.backupdr.v1.BackupDrPlanConfig
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_dr_plan_rules |
array<BackupDrPlanRule>
Backup rules of the backup plan resource. |
getBackupDrPlanRules
Backup rules of the backup plan resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setBackupDrPlanRules
Backup rules of the backup plan resource.
| Parameter | |
|---|---|
| Name | Description |
var |
array<BackupDrPlanRule>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|