ScalingConfigurationInstancePatternInfo

data class ScalingConfigurationInstancePatternInfo(val cores: Int? = null, val instanceFamilyLevel: String? = null, val maxPrice: Double? = null, val memory: Double? = null)

Constructors

Link copied to clipboard
fun ScalingConfigurationInstancePatternInfo(cores: Int? = null, instanceFamilyLevel: String? = null, maxPrice: Double? = null, memory: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cores: Int? = null

The number of vCPUs that are specified for an instance type in instancePatternInfo.

Link copied to clipboard

The instance family level in instancePatternInfo.

Link copied to clipboard
val maxPrice: Double? = null

The maximum hourly price for a pay-as-you-go instance or a preemptible instance in instancePatternInfo.

Link copied to clipboard
val memory: Double? = null

The memory size that is specified for an instance type in instancePatternInfo.