GetBackupRunPlainArgs

data class GetBackupRunPlainArgs(val backupId: Int? = null, val instance: String, val mostRecent: Boolean? = null, val project: String? = null) : ConvertibleToJava<GetBackupRunPlainArgs>

A collection of arguments for invoking getBackupRun.

Constructors

Link copied to clipboard
constructor(backupId: Int? = null, instance: String, mostRecent: Boolean? = null, project: String? = null)

Properties

Link copied to clipboard
val backupId: Int? = null

The identifier for this backup run. Unique only for a specific Cloud SQL instance. If left empty and multiple backups exist for the instance, most_recent must be set to true.

Link copied to clipboard

The name of the instance the backup is taken from.

Link copied to clipboard
val mostRecent: Boolean? = null

Toggles use of the most recent backup run if multiple backups exist for a Cloud SQL instance.

Link copied to clipboard
val project: String? = null

The project to list instances for. If it is not provided, the provider project is used.

Functions

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