ServerGroupServerArgs

data class ServerGroupServerArgs(val port: Output<Int>, val serverIds: Output<List<String>>, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ServerGroupServerArgs>

Constructors

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

Properties

Link copied to clipboard
val port: Output<Int>

The port used by the backend server. Valid values: 1 to 65535.

Link copied to clipboard
val serverIds: Output<List<String>>

The list of Elastic Compute Service (ECS) Ids or Elastic Network Interface (ENI) Ids.

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

Specify the type of the backend server. Default value: ecs. Valid values: ecs, eni.

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

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

Functions

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