guestOsFeatures

@JvmName(name = "pquiivkrdvurhoxj")
suspend fun guestOsFeatures(value: Output<List<ImageGuestOsFeatureArgs>>)
@JvmName(name = "rpajbnkctawqfxoj")
suspend fun guestOsFeatures(value: List<ImageGuestOsFeatureArgs>?)

Parameters

value

A list of features to enable on the guest operating system. Applicable only for bootable images. Structure is documented below.


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


@JvmName(name = "xoeasotljqyxqqgw")
suspend fun guestOsFeatures(values: List<Output<ImageGuestOsFeatureArgs>>)
@JvmName(name = "vmemaaiipcqvwito")
suspend fun guestOsFeatures(vararg values: ImageGuestOsFeatureArgs)

Parameters

values

A list of features to enable on the guest operating system. Applicable only for bootable images. Structure is documented below.


@JvmName(name = "xuhcdqerkefjomow")
suspend fun guestOsFeatures(argument: List<suspend ImageGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "wmmjtihvuqnhuvfs")
suspend fun guestOsFeatures(vararg argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "xwdscuewbyepsefp")
suspend fun guestOsFeatures(argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

A list of features to enable on the guest operating system. Applicable only for bootable images. Structure is documented below.