ServerGroupServer

data class ServerGroupServer(val port: Int? = null, val serverGroupId: String? = null, val serverId: String, val serverIp: String? = null, val serverType: String, val status: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null

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

Link copied to clipboard
val serverGroupId: String? = null

The server group ID.

Link copied to clipboard

The backend server ID.

Link copied to clipboard
val serverIp: String? = null

The IP address of the backend server.

Link copied to clipboard

The type of the backend server. Valid values:

Link copied to clipboard
val status: String? = null

Indicates the status of the backend server.