Get Backup Jobs Plain Args
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.
Properties
Link copied to clipboard
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
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
.