guestOsFeatures

@JvmName(name = "dajhvifolimdymbn")
suspend fun guestOsFeatures(value: Output<List<DiskGuestOsFeatureArgs>>)
@JvmName(name = "pgahgfcuaetbhjax")
suspend fun guestOsFeatures(value: List<DiskGuestOsFeatureArgs>?)

Parameters

value

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


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


@JvmName(name = "jakxmhkacddobupl")
suspend fun guestOsFeatures(values: List<Output<DiskGuestOsFeatureArgs>>)
@JvmName(name = "gwarplqltsaogukr")
suspend fun guestOsFeatures(vararg values: DiskGuestOsFeatureArgs)

Parameters

values

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


@JvmName(name = "sgeycpcbooxxdcxc")
suspend fun guestOsFeatures(argument: List<suspend DiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "odkoqyyagsmcuqxd")
suspend fun guestOsFeatures(vararg argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "ksmonhsqmxnqcogl")
suspend fun guestOsFeatures(argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

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