guestOsFeatures

@JvmName(name = "kvwcppfhaosbksog")
suspend fun guestOsFeatures(value: Output<List<DiskGuestOsFeatureArgs>>)
@JvmName(name = "pdqjxjicsywvcega")
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 = "bpugcjkktnpuwrvk")
suspend fun guestOsFeatures(vararg values: Output<DiskGuestOsFeatureArgs>)


@JvmName(name = "inkwyynnfgxumuyr")
suspend fun guestOsFeatures(values: List<Output<DiskGuestOsFeatureArgs>>)
@JvmName(name = "krjmkegkyygarcyo")
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 = "mpowhckurqtuxcrm")
suspend fun guestOsFeatures(argument: List<suspend DiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "fqiidwmwflmfinct")
suspend fun guestOsFeatures(vararg argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "bmcukqfxveithwri")
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.