GetServerGroupServerAttachmentsAttachment

data class GetServerGroupServerAttachmentsAttachment(val description: String, val id: String, val port: Int, val serverGroupId: String, val serverId: String, val serverIp: String, val serverType: String, val status: String, val weight: Int, val zoneId: String)

Constructors

constructor(description: String, id: String, port: Int, serverGroupId: String, serverId: String, serverIp: String, serverType: String, status: String, weight: Int, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the backend server.

Link copied to clipboard
val id: String

The ID of the server group. The value is formulated as <server_group_id>:<server_id>:<server_type>:<port>.

Link copied to clipboard
val port: Int

The port used by the backend server.

Link copied to clipboard

The ID of the server group.

Link copied to clipboard

The ID of the server.

Link copied to clipboard

The IP address of the backend server.

Link copied to clipboard

The type of the backend server.

Link copied to clipboard

Indicates the status of the backend server.

Link copied to clipboard
val weight: Int

The weight of the backend server.

Link copied to clipboard

The zone ID of the server.