Enum GuestOsFeature.FeatureType (0.10.0)

public enum GuestOsFeature.FeatureType extends Enum<GuestOsFeature.FeatureType> implements ProtocolMessageEnum

List of the Feature Types.

Protobuf enum google.cloud.backupdr.v1.GuestOsFeature.FeatureType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BARE_METAL_LINUX_COMPATIBLE

BARE_METAL_LINUX_COMPATIBLE feature type.

BARE_METAL_LINUX_COMPATIBLE = 8;

BARE_METAL_LINUX_COMPATIBLE_VALUE

BARE_METAL_LINUX_COMPATIBLE feature type.

BARE_METAL_LINUX_COMPATIBLE = 8;

FEATURE_TYPE_UNSPECIFIED

Default value, which is unused.

FEATURE_TYPE_UNSPECIFIED = 0;

FEATURE_TYPE_UNSPECIFIED_VALUE

Default value, which is unused.

FEATURE_TYPE_UNSPECIFIED = 0;

GVNIC

GVNIC feature type.

GVNIC = 6;

GVNIC_VALUE

GVNIC feature type.

GVNIC = 6;

IDPF

IDPF feature type.

IDPF = 13;

IDPF_VALUE

IDPF feature type.

IDPF = 13;

MULTI_IP_SUBNET

MULTI_IP_SUBNET feature type.

MULTI_IP_SUBNET = 3;

MULTI_IP_SUBNET_VALUE

MULTI_IP_SUBNET feature type.

MULTI_IP_SUBNET = 3;

SECURE_BOOT

SECURE_BOOT feature type.

SECURE_BOOT = 5;

SECURE_BOOT_VALUE

SECURE_BOOT feature type.

SECURE_BOOT = 5;

SEV_CAPABLE

SEV_CAPABLE feature type.

SEV_CAPABLE = 7;

SEV_CAPABLE_VALUE

SEV_CAPABLE feature type.

SEV_CAPABLE = 7;

SEV_LIVE_MIGRATABLE

SEV_LIVE_MIGRATABLE feature type.

SEV_LIVE_MIGRATABLE = 10;

SEV_LIVE_MIGRATABLE_V2

SEV_LIVE_MIGRATABLE_V2 feature type.

SEV_LIVE_MIGRATABLE_V2 = 14;

SEV_LIVE_MIGRATABLE_V2_VALUE

SEV_LIVE_MIGRATABLE_V2 feature type.

SEV_LIVE_MIGRATABLE_V2 = 14;

SEV_LIVE_MIGRATABLE_VALUE

SEV_LIVE_MIGRATABLE feature type.

SEV_LIVE_MIGRATABLE = 10;

SEV_SNP_CAPABLE

SEV_SNP_CAPABLE feature type.

SEV_SNP_CAPABLE = 11;

SEV_SNP_CAPABLE_VALUE

SEV_SNP_CAPABLE feature type.

SEV_SNP_CAPABLE = 11;

SUSPEND_RESUME_COMPATIBLE

SUSPEND_RESUME_COMPATIBLE feature type.

SUSPEND_RESUME_COMPATIBLE = 9;

SUSPEND_RESUME_COMPATIBLE_VALUE

SUSPEND_RESUME_COMPATIBLE feature type.

SUSPEND_RESUME_COMPATIBLE = 9;

TDX_CAPABLE

TDX_CAPABLE feature type.

TDX_CAPABLE = 12;

TDX_CAPABLE_VALUE

TDX_CAPABLE feature type.

TDX_CAPABLE = 12;

UEFI_COMPATIBLE

UEFI_COMPATIBLE feature type.

UEFI_COMPATIBLE = 4;

UEFI_COMPATIBLE_VALUE

UEFI_COMPATIBLE feature type.

UEFI_COMPATIBLE = 4;

UNRECOGNIZED
VIRTIO_SCSI_MULTIQUEUE

VIRTIO_SCSI_MULTIQUEUE feature type.

VIRTIO_SCSI_MULTIQUEUE = 1;

VIRTIO_SCSI_MULTIQUEUE_VALUE

VIRTIO_SCSI_MULTIQUEUE feature type.

VIRTIO_SCSI_MULTIQUEUE = 1;

WINDOWS

WINDOWS feature type.

WINDOWS = 2;

WINDOWS_VALUE

WINDOWS feature type.

WINDOWS = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()