Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class BackupDrPlanRule.
BackupDrPlanRule has rule specific information of the backup plan resource.
Generated from protobuf message google.cloud.backupdr.v1.BackupDrPlanRule
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rule_id |
string
Output only. Unique Id of the backup rule. |
↳ last_successful_backup_time |
Google\Protobuf\Timestamp
Output only. Timestamp of the latest successful backup created via this backup rule. |
getRuleId
Output only. Unique Id of the backup rule.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRuleId
Output only. Unique Id of the backup rule.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastSuccessfulBackupTime
Output only. Timestamp of the latest successful backup created via this backup rule.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastSuccessfulBackupTime
clearLastSuccessfulBackupTime
setLastSuccessfulBackupTime
Output only. Timestamp of the latest successful backup created via this backup rule.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|