guestOsFeatures

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


@JvmName(name = "uvaqpqdhwbuhknxb")
suspend fun guestOsFeatures(values: List<Output<DiskGuestOsFeatureArgs>>)
@JvmName(name = "xvmphpgdhigtkmsx")
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 = "fuhkvtnnghwhtdgb")
suspend fun guestOsFeatures(argument: List<suspend DiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "wphknvboldutshpy")
suspend fun guestOsFeatures(vararg argument: suspend DiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "rcaglmdgvqpjmcyo")
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.