Compute Engine Preferences Args
data class ComputeEnginePreferencesArgs(val licenseType: Output<ComputeEnginePreferencesLicenseType>? = null, val machinePreferences: Output<MachinePreferencesArgs>? = null, val persistentDiskType: Output<ComputeEnginePreferencesPersistentDiskType>? = null) : ConvertibleToJava<ComputeEnginePreferencesArgs>
The user preferences relating to Compute Engine target platform.
Constructors
Link copied to clipboard
fun ComputeEnginePreferencesArgs(licenseType: Output<ComputeEnginePreferencesLicenseType>? = null, machinePreferences: Output<MachinePreferencesArgs>? = null, persistentDiskType: Output<ComputeEnginePreferencesPersistentDiskType>? = null)