GetBackupRunResult

data class GetBackupRunResult(val backupKind: String, val description: String, val diskEncryptionConfiguration: DiskEncryptionConfigurationResponse, val diskEncryptionStatus: DiskEncryptionStatusResponse, val endTime: String, val enqueuedTime: String, val error: OperationErrorResponse, val instance: String, val kind: String, val location: String, val selfLink: String, val startTime: String, val status: String, val timeZone: String, val type: String, val windowStartTime: String)

Constructors

Link copied to clipboard
fun GetBackupRunResult(backupKind: String, description: String, diskEncryptionConfiguration: DiskEncryptionConfigurationResponse, diskEncryptionStatus: DiskEncryptionStatusResponse, endTime: String, enqueuedTime: String, error: OperationErrorResponse, instance: String, kind: String, location: String, selfLink: String, startTime: String, status: String, timeZone: String, type: String, windowStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT.

Link copied to clipboard

The description of this run, only applicable to on-demand backups.

Link copied to clipboard

Encryption configuration specific to a backup.

Link copied to clipboard

Encryption status specific to a backup.

Link copied to clipboard

The time the backup operation completed in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Link copied to clipboard

The time the run was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Link copied to clipboard

Information about why the backup operation failed. This is only present if the run has the FAILED status.

Link copied to clipboard

Name of the database instance.

Link copied to clipboard

This is always sql#backupRun.

Link copied to clipboard

Location of the backups.

Link copied to clipboard

The URI of this resource.

Link copied to clipboard

The time the backup operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Link copied to clipboard

The status of this run.

Link copied to clipboard

Backup time zone to prevent restores to an instance with a different time zone. Now relevant only for SQL Server.

Link copied to clipboard

The type of this run; can be either "AUTOMATED" or "ON_DEMAND" or "FINAL". This field defaults to "ON_DEMAND" and is ignored, when specified for insert requests.

Link copied to clipboard

The start time of the backup window during which this the backup was attempted in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.