MachinePreferencesArgs

data class MachinePreferencesArgs(val allowedMachineSeries: Output<List<MachineSeriesArgs>>? = null) : ConvertibleToJava<MachinePreferencesArgs>

The type of machines to consider when calculating virtual machine migration insights and recommendations. Not all machine types are available in all zones and regions.

Constructors

Link copied to clipboard
fun MachinePreferencesArgs(allowedMachineSeries: Output<List<MachineSeriesArgs>>? = null)

Functions

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

Properties

Link copied to clipboard

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.