ServerGroupServer

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

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

Link copied to clipboard

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

Link copied to clipboard
val type: String? = null

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

Link copied to clipboard
val weight: Int? = null

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