DatabaseDumpArgs

data class DatabaseDumpArgs(val databaseType: Output<DatabaseDumpDatabaseType>? = null, val gcsUri: Output<String>? = null, val sourceDatabase: Output<String>? = null, val type: Output<DatabaseDumpType>? = null) : ConvertibleToJava<DatabaseDumpArgs>

A specification of the location of and metadata about a database dump from a relational database management system.

Constructors

Link copied to clipboard
fun DatabaseDumpArgs(databaseType: Output<DatabaseDumpDatabaseType>? = null, gcsUri: Output<String>? = null, sourceDatabase: Output<String>? = null, type: Output<DatabaseDumpType>? = null)

Functions

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

Properties

Link copied to clipboard

The type of the database.

Link copied to clipboard
val gcsUri: Output<String>? = null

A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.

Link copied to clipboard
val sourceDatabase: Output<String>? = null

The name of the source database.

Link copied to clipboard
val type: Output<DatabaseDumpType>? = null

Optional. The type of the database dump. If unspecified, defaults to MYSQL.