ScalingConfigurationInstancePatternInfo

data class ScalingConfigurationInstancePatternInfo(val architectures: List<String>? = null, val burstablePerformance: String? = null, val cores: Int? = null, val excludedInstanceTypes: List<String>? = null, val instanceFamilyLevel: String? = null, val maxPrice: Double? = null, val memory: Double? = null)

Constructors

Link copied to clipboard
constructor(architectures: List<String>? = null, burstablePerformance: String? = null, cores: Int? = null, excludedInstanceTypes: List<String>? = null, instanceFamilyLevel: String? = null, maxPrice: Double? = null, memory: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val architectures: List<String>? = null

Architecture N of instance type N. Valid values: X86, Heterogeneous, BareMetal, Arm, SuperComputeCluster.

Link copied to clipboard

Specifies whether to include burstable instance types. Valid values: Exclude, Include, Required.

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

Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.

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.