LoadBalancerBackendServer

data class LoadBalancerBackendServer(val ip: String? = null, val port: Int? = null, val serverId: String, val type: String? = null, val weight: Int? = null)

Constructors

Link copied to clipboard
constructor(ip: String? = null, port: Int? = null, serverId: String, type: String? = null, weight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

IP address of the backend server Example value: 192.168.0.5.

Link copied to clipboard
val port: Int? = null

Port used by the backend server.

Link copied to clipboard

Backend server instance ID Example value: i-5vb5h5njxiuhn48a * * * *.

Link copied to clipboard
val type: String? = null

Backend server type Example value: ens.

Link copied to clipboard
val weight: Int? = null

Weight of the backend server Example value: 100.