guestOsFeatures

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

Parameters

value

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


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


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

Parameters

values

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