AutoProvisioningGroupLaunchTemplateConfig

data class AutoProvisioningGroupLaunchTemplateConfig(val instanceType: String? = null, val maxPrice: String, val priority: String? = null, val vswitchId: String, val weightedCapacity: String)

Constructors

constructor(instanceType: String? = null, maxPrice: String, priority: String? = null, vswitchId: String, weightedCapacity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The instance type of the Nth extended configurations of the launch template.

Link copied to clipboard

The maximum price of the instance type specified in the Nth extended configurations of the launch template.

Link copied to clipboard
val priority: String? = null

The priority of the instance type specified in the Nth extended configurations of the launch template. A value of 0 indicates the highest priority.

Link copied to clipboard

The ID of the VSwitch in the Nth extended configurations of the launch template.

Link copied to clipboard

The weight of the instance type specified in the Nth extended configurations of the launch template.