GetBackupResult

data class GetBackupResult(val createTime: String, val description: String, val endTime: String, val name: String, val restoringServices: List<String>, val serviceRevision: ServiceResponse, val state: String)

Constructors

Link copied to clipboard
fun GetBackupResult(createTime: String, description: String, endTime: String, name: String, restoringServices: List<String>, serviceRevision: ServiceResponse, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the backup was started.

Link copied to clipboard

The description of the backup.

Link copied to clipboard

The time when the backup finished creating.

Link copied to clipboard

Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}

Link copied to clipboard

Services that are restoring from the backup.

Link copied to clipboard

The revision of the service at the time of backup.

Link copied to clipboard

The current state of the backup.