guestOsFeatures

@JvmName(name = "pydsdatixyeedhpc")
suspend fun guestOsFeatures(value: Output<List<ImageGuestOsFeatureArgs>>)
@JvmName(name = "ncqvkblavllodads")
suspend fun guestOsFeatures(value: List<ImageGuestOsFeatureArgs>?)

Parameters

value

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


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


@JvmName(name = "gemnqxmuybulivis")
suspend fun guestOsFeatures(values: List<Output<ImageGuestOsFeatureArgs>>)
@JvmName(name = "okupwjteqhycxgrq")
suspend fun guestOsFeatures(vararg values: ImageGuestOsFeatureArgs)

Parameters

values

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


@JvmName(name = "wbuyjjobogmbdhvt")
suspend fun guestOsFeatures(argument: List<suspend ImageGuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "whmxvgjtxmdxyrqs")
suspend fun guestOsFeatures(vararg argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "juyqvoltiikifngc")
suspend fun guestOsFeatures(argument: suspend ImageGuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

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