LoadBalancerBackendServerArgs

data class LoadBalancerBackendServerArgs(val ip: Output<String>? = null, val port: Output<Int>? = null, val serverId: Output<String>, val type: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<LoadBalancerBackendServerArgs>

Constructors

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

Properties

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

IP address of the backend server Example value: 192.168.0.5.

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

Port used by the backend server.

Link copied to clipboard
val serverId: Output<String>

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

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

Backend server type Example value: ens.

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

Weight of the backend server Example value: 100.

Functions

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