Backend Server Backend Server Args
data class BackendServerBackendServerArgs(val serverId: Output<String>, val serverIp: Output<String>? = null, val type: Output<String>? = null, val weight: Output<Int>) : ConvertibleToJava<BackendServerBackendServerArgs>
Constructors
Link copied to clipboard
fun BackendServerBackendServerArgs(serverId: Output<String>, serverIp: Output<String>? = null, type: Output<String>? = null, weight: Output<Int>)