guestOsFeatures

@JvmName(name = "rdhjycafqtjegqcd")
suspend fun guestOsFeatures(value: Output<List<RegionDiskGuestOsFeatureArgs>>)
@JvmName(name = "nqgwdkleqofsactx")
suspend fun guestOsFeatures(value: List<RegionDiskGuestOsFeatureArgs>?)

Parameters

value

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


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


@JvmName(name = "pnsenysmskrnkcji")
suspend fun guestOsFeatures(values: List<Output<RegionDiskGuestOsFeatureArgs>>)
@JvmName(name = "bbdtenwpmqluxpkd")
suspend fun guestOsFeatures(vararg values: RegionDiskGuestOsFeatureArgs)

Parameters

values

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


@JvmName(name = "yxdbwmjbbhcatoyt")
suspend fun guestOsFeatures(argument: List<suspend RegionDiskGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "woifgwqowviftpbv")
suspend fun guestOsFeatures(vararg argument: suspend RegionDiskGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "rgnjybgqnnitqtlk")
suspend fun guestOsFeatures(argument: suspend RegionDiskGuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

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