ServerGroupServerArgs

data class ServerGroupServerArgs(val port: Output<Int>? = null, val serverGroupId: Output<String>? = null, val serverId: Output<String>, val serverIp: Output<String>? = null, val serverType: Output<String>, val status: Output<String>? = null) : ConvertibleToJava<ServerGroupServerArgs>

Constructors

Link copied to clipboard
constructor(port: Output<Int>? = null, serverGroupId: Output<String>? = null, serverId: Output<String>, serverIp: Output<String>? = null, serverType: Output<String>, status: Output<String>? = null)

Properties

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

(Optional, Computed, Int) The port that is used by the backend server.

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

The server group ID.

Link copied to clipboard
val serverId: Output<String>

The backend server ID.

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

The IP address of the backend server.

Link copied to clipboard
val serverType: Output<String>

The type of the backend server. Valid values:

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

Indicates the status of the backend server.

Functions

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