GetDataSourceBackupConfigInfo

data class GetDataSourceBackupConfigInfo(val backupApplianceBackupConfigs: List<GetDataSourceBackupConfigInfoBackupApplianceBackupConfig>, val gcpBackupConfigs: List<GetDataSourceBackupConfigInfoGcpBackupConfig>, val lastBackupError: Map<String, String>, val lastBackupState: String, val lastSuccessfulBackupConsistencyTime: String)

Constructors

Link copied to clipboard
constructor(backupApplianceBackupConfigs: List<GetDataSourceBackupConfigInfoBackupApplianceBackupConfig>, gcpBackupConfigs: List<GetDataSourceBackupConfigInfoGcpBackupConfig>, lastBackupError: Map<String, String>, lastBackupState: String, lastSuccessfulBackupConsistencyTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for an application backed up by a Backup Appliance.

Link copied to clipboard

Configuration for a Google Cloud resource.

Link copied to clipboard

If the last backup failed, this field has the error message.

Link copied to clipboard

LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.

Link copied to clipboard

If the last backup were successful, this field has the consistency date.