GuestOsFeatureArgs

data class GuestOsFeatureArgs(val type: Output<GuestOsFeatureType>? = null) : ConvertibleToJava<GuestOsFeatureArgs>

Guest OS features.

Constructors

Link copied to clipboard
fun GuestOsFeatureArgs(type: Output<GuestOsFeatureType>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GuestOsFeatureArgs

Properties

Link copied to clipboard
val type: Output<GuestOsFeatureType>? = null

The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - TDX_CAPABLE For more information, see Enabling guest operating system features.