GetBackupJobsPlainArgs

data class GetBackupJobsPlainArgs(val filters: List<GetBackupJobsFilter>? = null, val ids: List<String>? = null, val outputFile: String? = null, val sortDirection: String? = null, val sourceType: String, val status: String? = null) : ConvertibleToJava<GetBackupJobsPlainArgs>

A collection of arguments for invoking getBackupJobs.

Constructors

Link copied to clipboard
constructor(filters: List<GetBackupJobsFilter>? = null, ids: List<String>? = null, outputFile: String? = null, sortDirection: String? = null, sourceType: String, status: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ids: List<String>? = null

A list of Backup Job IDs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val sortDirection: String? = null

The sort direction, sort results by ascending or descending order based on the value jobs id. Valid values: ASCEND, DESCEND.

Link copied to clipboard

The type of data source. Valid values: ECS_FILE, NAS, OSS, OTS, UDM_ECS, UDM_ECS_DISK.

Link copied to clipboard
val status: String? = null

The status of backup job. Valid values: COMPLETE, PARTIAL_COMPLETE, FAILED, UNAVAILABLE.

Functions

Link copied to clipboard
open override fun toJava(): GetBackupJobsPlainArgs