Get Backup Run Result
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
constructor(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)
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 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
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
.