GetBackendServersBackendServer

data class GetBackendServersBackendServer(val id: String, val serverType: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(id: String, serverType: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

backend server ID.

Link copied to clipboard

Type of the backend server.

Link copied to clipboard
val weight: Int

Weight associated to the ECS instance.