BackendServerBackendServerArgs

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
constructor(serverId: Output<String>, serverIp: Output<String>? = null, type: Output<String>? = null, weight: Output<Int>)

Properties

Link copied to clipboard
val serverId: Output<String>
Link copied to clipboard
val serverIp: Output<String>? = null
Link copied to clipboard
val type: Output<String>? = null
Link copied to clipboard
val weight: Output<Int>

Functions

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