GetMasterSlaveServerGroupsGroupServer

data class GetMasterSlaveServerGroupsGroupServer(val instanceId: String, val isBackup: Int, val port: Int, val serverType: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(instanceId: String, isBackup: Int, port: Int, serverType: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the attached ECS instance.

Link copied to clipboard

(Removed from v1.63.0) Determine if the server is executing.

Link copied to clipboard
val port: Int

The port used by the master slave server group.

Link copied to clipboard

The server type of the attached ECS instance.

Link copied to clipboard
val weight: Int

Weight associated to the ECS instance.