GetBackupPlanAssociationRulesConfigInfo

data class GetBackupPlanAssociationRulesConfigInfo(val lastBackupErrors: List<GetBackupPlanAssociationRulesConfigInfoLastBackupError>, val lastBackupState: String, val ruleId: String)

Constructors

Link copied to clipboard
constructor(lastBackupErrors: List<GetBackupPlanAssociationRulesConfigInfoLastBackupError>, lastBackupState: String, ruleId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

google.rpc.Status object to store the last backup error

Link copied to clipboard

State of last backup taken.

Link copied to clipboard

Backup Rule id fetched from backup plan.