ScalingConfigurationInstancePatternInfoArgs

data class ScalingConfigurationInstancePatternInfoArgs(val cores: Output<Int>? = null, val instanceFamilyLevel: Output<String>? = null, val maxPrice: Output<Double>? = null, val memory: Output<Double>? = null) : ConvertibleToJava<ScalingConfigurationInstancePatternInfoArgs>

Constructors

fun ScalingConfigurationInstancePatternInfoArgs(cores: Output<Int>? = null, instanceFamilyLevel: Output<String>? = null, maxPrice: Output<Double>? = null, memory: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val cores: Output<Int>? = null

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

Link copied to clipboard
val instanceFamilyLevel: Output<String>? = null

The instance family level in instancePatternInfo.

Link copied to clipboard
val maxPrice: Output<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: Output<Double>? = null

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