type property

String? type
getter/setter pair

The ID of a supported feature. Possible string values are:

  • "FEATURE_TYPE_UNSPECIFIED" : Default value, which is unused.
  • "VIRTIO_SCSI_MULTIQUEUE" : VIRTIO_SCSI_MULTIQUEUE feature type.
  • "WINDOWS" : WINDOWS feature type.
  • "MULTI_IP_SUBNET" : MULTI_IP_SUBNET feature type.
  • "UEFI_COMPATIBLE" : UEFI_COMPATIBLE feature type.
  • "SECURE_BOOT" : SECURE_BOOT feature type.
  • "GVNIC" : GVNIC feature type.
  • "SEV_CAPABLE" : SEV_CAPABLE feature type.
  • "BARE_METAL_LINUX_COMPATIBLE" : BARE_METAL_LINUX_COMPATIBLE feature type.
  • "SUSPEND_RESUME_COMPATIBLE" : SUSPEND_RESUME_COMPATIBLE feature type.
  • "SEV_LIVE_MIGRATABLE" : SEV_LIVE_MIGRATABLE feature type.
  • "SEV_SNP_CAPABLE" : SEV_SNP_CAPABLE feature type.
  • "TDX_CAPABLE" : TDX_CAPABLE feature type.
  • "IDPF" : IDPF feature type.
  • "SEV_LIVE_MIGRATABLE_V2" : SEV_LIVE_MIGRATABLE_V2 feature type.

Implementation

core.String? type;