guestOsFeatures

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


@JvmName(name = "ctkeferxjerllwxs")
suspend fun guestOsFeatures(values: List<Output<DiskGuestOsFeatureArgs>>)
@JvmName(name = "dmymdleypiplkofm")
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 = "fsbkrtlcsemerbkf")
suspend fun guestOsFeatures(argument: List<suspend DiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "hwdxjhosjiqhshec")
suspend fun guestOsFeatures(vararg argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "esqbjhdkvaovegkf")
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.