createMode

@JvmName(name = "rjpovmocgyuoltyb")
suspend fun createMode(value: Output<Either<String, CreateMode>>)
@JvmName(name = "foodoxtwvwqfhbxo")
suspend fun createMode(value: Either<String, CreateMode>?)
@JvmName(name = "hmyijhrhsnvbkoce")
fun createMode(value: String)
@JvmName(name = "dyhummwqsiefghfo")
fun createMode(value: CreateMode)

Parameters

value

Specifies the mode of sql pool creation. Default: regular sql pool creation. PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified. Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore. Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.