GetServerGroupsGroupServer

data class GetServerGroupsGroupServer(val description: String, val port: Int, val serverId: String, val serverIp: String, val serverType: String, val status: String, val weight: Int)

Constructors

Link copied to clipboard
fun GetServerGroupsGroupServer(description: String, port: Int, serverId: String, serverIp: String, serverType: String, status: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the server.

Link copied to clipboard
val port: Int

The port that is used by the server. Valid values: 1 to 65535.

Link copied to clipboard

The ID of the ECS instance, ENI instance or ECI instance.

Link copied to clipboard

The IP address of the ENI instance when it is in the inclusive ENI mode.

Link copied to clipboard

The type of the server. The type of the server. Valid values: Ecs, Eni and Eci.

Link copied to clipboard

The status of the resource.

Link copied to clipboard
val weight: Int

The weight of the server. Valid values: 0 to 100. Default value: 100. If the value is set to 0, no requests are forwarded to the server.