GuestOsFeature(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Guest OS features.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
---|---|
Name | Description |
type_ |
str
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 - IDPF For more information, see Enabling guest operating system features. Check the Type enum for the list of possible values. This field is a member of oneof _ _type .
|
Classes
Type
Type(value)
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 - IDPF For more information, see Enabling guest operating system features.
Values: UNDEFINED_TYPE (0): A value indicating that the enum field is not set. FEATURE_TYPE_UNSPECIFIED (531767259): No description available. GVNIC (68209305): No description available. IDPF (2242641): No description available. MULTI_IP_SUBNET (151776719): No description available. SECURE_BOOT (376811194): No description available. SEV_CAPABLE (87083793): No description available. SEV_LIVE_MIGRATABLE (392039820): No description available. SEV_LIVE_MIGRATABLE_V2 (168551983): No description available. SEV_SNP_CAPABLE (426919): No description available. UEFI_COMPATIBLE (195865408): No description available. VIRTIO_SCSI_MULTIQUEUE (201597069): No description available. WINDOWS (456863331): No description available.