MasterSlaveServerGroupServer

data class MasterSlaveServerGroupServer(val isBackup: Int? = null, val port: Int, val serverId: String, val serverType: String? = null, val type: String? = null, val weight: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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