GetRestoreJobsResult

data class GetRestoreJobsResult(val id: String, val ids: List<String>, val jobs: List<GetRestoreJobsJob>, val outputFile: String? = null, val restoreIds: List<String>? = null, val restoreType: String, val sourceTypes: List<String>? = null, val status: String? = null, val targetBuckets: List<String>? = null, val targetFileSystemIds: List<String>? = null, val targetInstanceIds: List<String>? = null, val vaultIds: List<String>? = null)

A collection of values returned by getRestoreJobs.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, jobs: List<GetRestoreJobsJob>, outputFile: String? = null, restoreIds: List<String>? = null, restoreType: String, sourceTypes: List<String>? = null, status: String? = null, targetBuckets: List<String>? = null, targetFileSystemIds: List<String>? = null, targetInstanceIds: List<String>? = null, vaultIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val restoreIds: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val sourceTypes: List<String>? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard
val targetBuckets: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val vaultIds: List<String>? = null