guestOsFeatures

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


@JvmName(name = "enmuiewquiccueqk")
suspend fun guestOsFeatures(values: List<Output<DiskGuestOsFeatureArgs>>)
@JvmName(name = "wobutcbhuatnbgnt")
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 = "ajyasmuxonjwmusq")
suspend fun guestOsFeatures(argument: List<suspend DiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "btfsqjhawxphtdeu")
suspend fun guestOsFeatures(vararg argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "jffumdvodqhpttjg")
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.