ServerGroupServerArgs

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

Constructors

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

Properties

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

The description of the backend server. The description must be 2 to 256 characters in length, and cannot start with http:// or https://.

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

The port that is used by the backend server. Valid values: 1 to 65535. You can specify at most 200 servers in each call.

Link copied to clipboard
val remoteIpEnabled: Output<Boolean>? = null

Specifies whether to enable the remote IP feature. You can specify at most 200 servers in each call. Default values:

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

The ID of the server group.

Link copied to clipboard
val serverId: Output<String>

The ID of the backend server. You can specify at most 200 servers in each call.

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

The IP address of the backend server. You can specify at most 200 servers in each call.

Link copied to clipboard
val serverType: Output<String>

The type of the backend server. You can specify at most 200 servers in each call. Default values:

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

The status of the resource

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

The weight of the backend server. Valid values: 0 to 100. Default value: 0. If the value is set to 0, no requests are forwarded to the server. You can specify at most 200 servers in each call.

Functions

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