Scaling Configuration Instance Pattern Info Args
data class ScalingConfigurationInstancePatternInfoArgs(val architectures: Output<List<String>>? = null, val burstablePerformance: Output<String>? = null, val cores: Output<Int>? = null, val excludedInstanceTypes: Output<List<String>>? = null, val instanceFamilyLevel: Output<String>? = null, val maxPrice: Output<Double>? = null, val memory: Output<Double>? = null) : ConvertibleToJava<ScalingConfigurationInstancePatternInfoArgs>
Constructors
Link copied to clipboard
fun ScalingConfigurationInstancePatternInfoArgs(architectures: Output<List<String>>? = null, burstablePerformance: Output<String>? = null, cores: Output<Int>? = null, excludedInstanceTypes: Output<List<String>>? = null, instanceFamilyLevel: Output<String>? = null, maxPrice: Output<Double>? = null, memory: Output<Double>? = null)