Instance Babelfish Config
data class InstanceBabelfishConfig(val babelfishEnabled: String, val masterUserPassword: String, val masterUsername: String, val migrationMode: String)
Constructors
Link copied to clipboard
fun InstanceBabelfishConfig(babelfishEnabled: String, masterUserPassword: String, masterUsername: String, migrationMode: String)
Types
Properties
Link copied to clipboard
The password of the administrator account. The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. It must be 8 to 32 characters in length. The password can contain any of the following characters:! @ # $ % ^ & * () _ + - =
Link copied to clipboard