guestOsFeatures

@JvmName(name = "batwjylgsogbelej")
suspend fun guestOsFeatures(value: Output<List<GuestOsFeatureArgs>>)
@JvmName(name = "eqljgxdclvvlvhye")
suspend fun guestOsFeatures(value: List<GuestOsFeatureArgs>?)

Parameters

value

A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. Guest OS features are applied by merging initializeParams.guestOsFeatures and disks.guestOsFeatures


@JvmName(name = "wmxjyuovvdnkuawr")
suspend fun guestOsFeatures(vararg values: Output<GuestOsFeatureArgs>)


@JvmName(name = "ytgbjrpkqrrihama")
suspend fun guestOsFeatures(values: List<Output<GuestOsFeatureArgs>>)
@JvmName(name = "kimouktfeeisices")
suspend fun guestOsFeatures(vararg values: GuestOsFeatureArgs)

Parameters

values

A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. Guest OS features are applied by merging initializeParams.guestOsFeatures and disks.guestOsFeatures


@JvmName(name = "bksletffgayepdxl")
suspend fun guestOsFeatures(argument: List<suspend GuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "hutdvtmijgvqgujr")
suspend fun guestOsFeatures(vararg argument: suspend GuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "gdvldjvgpgslcctq")
suspend fun guestOsFeatures(argument: suspend GuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options. Guest OS features are applied by merging initializeParams.guestOsFeatures and disks.guestOsFeatures