Get Data Backups Plain Args
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.
Properties
Link copied to clipboard
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
The first ID of the resource
Link copied to clipboard
The instance ID.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Current page number.