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
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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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
.