Disk Guest Os Feature Args
data class DiskGuestOsFeatureArgs(val type: Output<String>) : ConvertibleToJava<DiskGuestOsFeatureArgs>
Properties
Link copied to clipboard
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
, SEV_LIVE_MIGRATABLE
, SEV_SNP_CAPABLE
, SUSPEND_RESUME_COMPATIBLE
, TDX_CAPABLE
.