ScalingConfigurationCustomPriority

data class ScalingConfigurationCustomPriority(val instanceType: String? = null, val vswitchId: String? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

This parameter takes effect only if you set Scaling Policy to Priority Policy and the instance type specified by CustomPriorities.N.InstanceType is contained in the scaling configuration.

Link copied to clipboard
val vswitchId: String? = null

This parameter takes effect only if you set Scaling Policy to Priority Policy and the vSwitch specified by CustomPriorities.N.VswitchId is included in the vSwitch list of your scaling group.