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

Determine if the server is executing. Valid value 0, 1.

Link copied to clipboard
val port: Int

The port used by the backend server. Valid value range: 1-65535.

Link copied to clipboard

A list backend server ID (ECS instance ID).

Link copied to clipboard
val serverType: String? = null

The server type of the backend server. Valid value Master, Slave.

Link copied to clipboard
val type: String? = null

Type of the backend server. Valid value ecs, eni. Default to eni.

Link copied to clipboard
val weight: Int? = null

Weight of the backend server. Valid value range: 0-100. Default to 100.