AdminCredentialsArgs

data class AdminCredentialsArgs(val sourceServerPassword: Output<String>, val targetServerPassword: Output<String>) : ConvertibleToJava<AdminCredentialsArgs>

Server admin credentials.

Constructors

Link copied to clipboard
constructor(sourceServerPassword: Output<String>, targetServerPassword: Output<String>)

Properties

Link copied to clipboard

Password for source server.

Link copied to clipboard

Password for target server.

Functions

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