BackupRun

Creates a new backup run on demand. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val backupKind: Output<String>

Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT.

Link copied to clipboard
val description: Output<String>

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
val endTime: Output<String>

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
val enqueuedTime: Output<String>

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
val id: Output<String>
Link copied to clipboard
val instance: Output<String>
Link copied to clipboard
val kind: Output<String>

This is always sql#backupRun.

Link copied to clipboard
val location: Output<String>

Location of the backups.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val selfLink: Output<String>

The URI of this resource.

Link copied to clipboard
val startTime: Output<String>

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
val status: Output<String>

The status of this run.

Link copied to clipboard
val timeZone: Output<String>

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

Link copied to clipboard
val type: Output<String>

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
val urn: Output<String>
Link copied to clipboard
val windowStartTime: Output<String>

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.