guestOsFeatures

@JvmName(name = "lqpwutcfrjxqpdmr")
suspend fun guestOsFeatures(value: Output<List<String>>)
@JvmName(name = "setupqkwycgplwui")
suspend fun guestOsFeatures(value: List<String>?)

Parameters

value

(Output) Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available features, read https://cloud.google.com/compute/docs/ images/create-delete-deprecate-private-images#guest-os-features options. ``


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


@JvmName(name = "ajbxuxjvqbehqqtl")
suspend fun guestOsFeatures(values: List<Output<String>>)
@JvmName(name = "qgdlcsrbcjdsmcip")
suspend fun guestOsFeatures(vararg values: String)

Parameters

values

(Output) Indicates a list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available features, read https://cloud.google.com/compute/docs/ images/create-delete-deprecate-private-images#guest-os-features options. ``