ImageGuestOsFeatureArgs

data class ImageGuestOsFeatureArgs(val type: Output<String>) : ConvertibleToJava<ImageGuestOsFeatureArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of supported feature. Read Enabling guest operating system features to see a list of available options. Possible values are: MULTI_IP_SUBNET, SECURE_BOOT, SEV_CAPABLE, UEFI_COMPATIBLE, VIRTIO_SCSI_MULTIQUEUE, WINDOWS, GVNIC, IDPF, SEV_LIVE_MIGRATABLE, SEV_SNP_CAPABLE, SUSPEND_RESUME_COMPATIBLE, TDX_CAPABLE, SEV_LIVE_MIGRATABLE_V2.

Functions

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