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 value range: 1-65535.

Link copied to clipboard

A list backend server ID (ECS instance ID).

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.