ClusterBackupSource

data class ClusterBackupSource(val backupName: String? = null)

Constructors

Link copied to clipboard
constructor(backupName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backupName: String? = null

The name of the backup that this cluster is restored from.