MasterSlaveServerGroupServerArgs

data class MasterSlaveServerGroupServerArgs(val isBackup: Output<Int>? = null, val port: Output<Int>, val serverId: Output<String>, val serverType: Output<String>? = null, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<MasterSlaveServerGroupServerArgs>

Constructors

Link copied to clipboard
constructor(isBackup: Output<Int>? = null, port: Output<Int>, serverId: Output<String>, serverType: Output<String>? = null, type: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val isBackup: Output<Int>? = null
Link copied to clipboard
val port: Output<Int>
Link copied to clipboard
val serverId: Output<String>
Link copied to clipboard
val serverType: Output<String>? = null
Link copied to clipboard
val type: Output<String>? = null
Link copied to clipboard
val weight: Output<Int>? = null

Functions

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