guestOsFeatures

@JvmName(name = "vwmswqsjbklepocn")
suspend fun guestOsFeatures(value: Output<List<String>>)
@JvmName(name = "ppibrnrijjabthxd")
suspend fun guestOsFeatures(value: List<String>?)

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.


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


@JvmName(name = "oejnqtluwxeyqoal")
suspend fun guestOsFeatures(values: List<Output<String>>)
@JvmName(name = "yhrnoiicppsqecsb")
suspend fun guestOsFeatures(vararg values: String)

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.