Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class DataSourceBackupConfigInfo.
Information of backup configuration on the DataSource.
Generated from protobuf message google.cloud.backupdr.v1.DataSourceBackupConfigInfo
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ last_backup_state |
int
Output only. The status of the last backup in this DataSource |
↳ last_successful_backup_consistency_time |
Google\Protobuf\Timestamp
Output only. Timestamp of the last successful backup to this DataSource. |
getLastBackupState
Output only. The status of the last backup in this DataSource
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type LastBackupState. |
setLastBackupState
Output only. The status of the last backup in this DataSource
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type LastBackupState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastSuccessfulBackupConsistencyTime
Output only. Timestamp of the last successful backup to this DataSource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastSuccessfulBackupConsistencyTime
clearLastSuccessfulBackupConsistencyTime
setLastSuccessfulBackupConsistencyTime
Output only. Timestamp of the last successful backup to this DataSource.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|