guestOsFeatures

@JvmName(name = "sgjnbllvdhpgtdfw")
suspend fun guestOsFeatures(value: Output<List<GuestOsFeatureArgs>>)
@JvmName(name = "cstxlsgsajbfctjh")
suspend fun guestOsFeatures(value: List<GuestOsFeatureArgs>?)

Parameters

value

A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.


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


@JvmName(name = "duhygiysjlegamym")
suspend fun guestOsFeatures(values: List<Output<GuestOsFeatureArgs>>)
@JvmName(name = "xfldflnvlkomkikf")
suspend fun guestOsFeatures(vararg values: GuestOsFeatureArgs)

Parameters

values

A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.


@JvmName(name = "uixmmmyxghmwthoa")
suspend fun guestOsFeatures(argument: List<suspend GuestOsFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "ajeetfisovuvcmov")
suspend fun guestOsFeatures(vararg argument: suspend GuestOsFeatureArgsBuilder.() -> Unit)
@JvmName(name = "ertokyiignkomtdl")
suspend fun guestOsFeatures(argument: suspend GuestOsFeatureArgsBuilder.() -> Unit)

Parameters

argument

A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.