GetDataBackupsPlainArgs

data class GetDataBackupsPlainArgs(val backupMode: String? = null, val dataBackupId: String? = null, val dataType: String? = null, val dbInstanceId: String, val endTime: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val startTime: String? = null, val status: String? = null) : ConvertibleToJava<GetDataBackupsPlainArgs>

A collection of arguments for invoking getDataBackups.

Constructors

Link copied to clipboard
constructor(backupMode: String? = null, dataBackupId: String? = null, dataType: String? = null, dbInstanceId: String, endTime: String? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, startTime: String? = null, status: String? = null)

Properties

Link copied to clipboard
val backupMode: String? = null

Backup mode.Full Backup Value Description:-Automated: The system is automatically backed up.-Manual: Manual backup.Recovery point value description:-Automated: The recovery point after a full backup.-Manual: The recovery point triggered manually by the user.-Period: The recovery point triggered periodically because of the backup policy.

Link copied to clipboard
val dataBackupId: String? = null

The first ID of the resource

Link copied to clipboard
val dataType: String? = null

The backup type. Value Description:-DATA: Full backup.-RESTOREPOI: Recoverable point.

Link copied to clipboard

The instance ID.

Link copied to clipboard
val endTime: String? = null

The query end time, which must be greater than the query start time. Format: yyyy-MM-ddTHH:mmZ(UTC time).

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

A list of Databackup 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 pageNumber: Int? = null

Current page number.

Link copied to clipboard
val pageSize: Int? = null

Number of records per page.

Link copied to clipboard
val startTime: String? = null

The query start time. Format: yyyy-MM-ddTHH:mmZ(UTC time).

Link copied to clipboard
val status: String? = null

Backup set status. Value Description:-Success: The backup has been completed.-Failed: Backup Failed.If not, return all.

Functions

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