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

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

Link copied to clipboard
val port: Output<Int>

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

Link copied to clipboard
val serverId: Output<String>

A list backend server ID (ECS instance ID).

Link copied to clipboard
val serverType: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>? = null

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

Link copied to clipboard
val weight: Output<Int>? = null

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

Functions

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