guestOsFeatures

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


@JvmName(name = "tqjcqidttfphbbys")
suspend fun guestOsFeatures(values: List<Output<ImageGuestOsFeatureArgs>>)
@JvmName(name = "lbuytjykrevfubya")
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 = "siikgedcjasdamap")
suspend fun guestOsFeatures(argument: List<suspend ImageGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "gckwhgcsdklwwwmy")
suspend fun guestOsFeatures(vararg argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "kprqtcqiwajwaerr")
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.