ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs

data class ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs(val port: Output<Int>, val vserverGroupId: Output<String>, val weight: Output<Int>) : ConvertibleToJava<ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs>

Constructors

constructor(port: Output<Int>, vserverGroupId: Output<String>, weight: Output<Int>)

Properties

Link copied to clipboard
val port: Output<Int>

The port will be used for VServer Group backend server.

Link copied to clipboard
val vserverGroupId: Output<String>

ID of VServer Group.

Link copied to clipboard
val weight: Output<Int>

The weight of an ECS instance attached to the VServer Group.

Functions

Link copied to clipboard
open override fun toJava(): ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs