PreferenceSetVirtualMachinePreferencesComputeEnginePreferencesArgs

data class PreferenceSetVirtualMachinePreferencesComputeEnginePreferencesArgs(val licenseType: Output<String>? = null, val machinePreferences: Output<PreferenceSetVirtualMachinePreferencesComputeEnginePreferencesMachinePreferencesArgs>? = null) : ConvertibleToJava<PreferenceSetVirtualMachinePreferencesComputeEnginePreferencesArgs>

Constructors

constructor(licenseType: Output<String>? = null, machinePreferences: Output<PreferenceSetVirtualMachinePreferencesComputeEnginePreferencesMachinePreferencesArgs>? = null)

Properties

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

License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan. Possible values: LICENSE_TYPE_UNSPECIFIED, LICENSE_TYPE_DEFAULT, LICENSE_TYPE_BRING_YOUR_OWN_LICENSE

Link copied to clipboard

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. Structure is documented below.

Functions

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