Package-level declarations

Types

Link copied to clipboard
class ConnectionProfile : KotlinCustomResource

A connection profile definition. To get more information about ConnectionProfile, see:

Link copied to clipboard
data class ConnectionProfileArgs(val alloydb: Output<ConnectionProfileAlloydbArgs>? = null, val cloudsql: Output<ConnectionProfileCloudsqlArgs>? = null, val connectionProfileId: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mysql: Output<ConnectionProfileMysqlArgs>? = null, val oracle: Output<ConnectionProfileOracleArgs>? = null, val postgresql: Output<ConnectionProfilePostgresqlArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<ConnectionProfileArgs>

A connection profile definition. To get more information about ConnectionProfile, see:

Link copied to clipboard
object ConnectionProfileMapper : ResourceMapper<ConnectionProfile>
Link copied to clipboard
class MigrationJob : KotlinCustomResource

A migration job definition. To get more information about MigrationJob, see:

Link copied to clipboard
data class MigrationJobArgs(val destination: Output<String>? = null, val displayName: Output<String>? = null, val dumpFlags: Output<MigrationJobDumpFlagsArgs>? = null, val dumpPath: Output<String>? = null, val dumpType: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val migrationJobId: Output<String>? = null, val performanceConfig: Output<MigrationJobPerformanceConfigArgs>? = null, val project: Output<String>? = null, val reverseSshConnectivity: Output<MigrationJobReverseSshConnectivityArgs>? = null, val source: Output<String>? = null, val staticIpConnectivity: Output<MigrationJobStaticIpConnectivityArgs>? = null, val type: Output<String>? = null, val vpcPeeringConnectivity: Output<MigrationJobVpcPeeringConnectivityArgs>? = null) : ConvertibleToJava<MigrationJobArgs>

A migration job definition. To get more information about MigrationJob, see:

Link copied to clipboard
Link copied to clipboard
object MigrationJobMapper : ResourceMapper<MigrationJob>
Link copied to clipboard
Link copied to clipboard
class PrivateConnection : KotlinCustomResource

The PrivateConnection resource is used to establish private connectivity between Database Migration Service and a customer's network. To get more information about PrivateConnection, see:

Link copied to clipboard
data class PrivateConnectionArgs(val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val privateConnectionId: Output<String>? = null, val project: Output<String>? = null, val vpcPeeringConfig: Output<PrivateConnectionVpcPeeringConfigArgs>? = null) : ConvertibleToJava<PrivateConnectionArgs>

The PrivateConnection resource is used to establish private connectivity between Database Migration Service and a customer's network. To get more information about PrivateConnection, see:

Link copied to clipboard
object PrivateConnectionMapper : ResourceMapper<PrivateConnection>

Functions

Link copied to clipboard