Hardware Profile Args
data class HardwareProfileArgs(val cpuCount: Output<Int>? = null, val dynamicMemoryEnabled: Output<Either<String, DynamicMemoryEnabled>>? = null, val dynamicMemoryMaxMB: Output<Int>? = null, val dynamicMemoryMinMB: Output<Int>? = null, val isHighlyAvailable: Output<String>? = null, val limitCpuForMigration: Output<Either<String, LimitCpuForMigration>>? = null, val memoryMB: Output<Int>? = null) : ConvertibleToJava<HardwareProfileArgs>
Defines the resource properties.
Constructors
Link copied to clipboard
fun HardwareProfileArgs(cpuCount: Output<Int>? = null, dynamicMemoryEnabled: Output<Either<String, DynamicMemoryEnabled>>? = null, dynamicMemoryMaxMB: Output<Int>? = null, dynamicMemoryMinMB: Output<Int>? = null, isHighlyAvailable: Output<String>? = null, limitCpuForMigration: Output<Either<String, LimitCpuForMigration>>? = null, memoryMB: Output<Int>? = null)