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
constructor(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.

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.

Link copied to clipboard

The status of the Server Group. Valid values: Available, Configuring, Provisioning.

Link copied to clipboard
val weight: Int

The weight of the server.