guestOsFeatures

@JvmName(name = "saummhikbeayaoec")
suspend fun guestOsFeatures(value: Output<List<ImageGuestOsFeatureArgs>>)
@JvmName(name = "ygfiwrbynpxhpftc")
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 = "vjpbyrsfyynnlopf")
suspend fun guestOsFeatures(vararg values: Output<ImageGuestOsFeatureArgs>)


@JvmName(name = "vfmoideuxynuxvxe")
suspend fun guestOsFeatures(values: List<Output<ImageGuestOsFeatureArgs>>)
@JvmName(name = "qbuxeffpcatjjoso")
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 = "rxiosctkyihjpqgc")
suspend fun guestOsFeatures(argument: List<suspend ImageGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "acokwkkyxbrpioil")
suspend fun guestOsFeatures(vararg argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "uoosactlflncwodb")
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.