Enum GuestOsFeature.Type (1.8.1)

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

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 - SECURE_BOOT - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling guest operating system features.

Protobuf enum google.cloud.compute.v1.GuestOsFeature.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FEATURE_TYPE_UNSPECIFIED

FEATURE_TYPE_UNSPECIFIED = 531767259;

FEATURE_TYPE_UNSPECIFIED_VALUE

FEATURE_TYPE_UNSPECIFIED = 531767259;

GVNIC

GVNIC = 68209305;

GVNIC_VALUE

GVNIC = 68209305;

MULTI_IP_SUBNET

MULTI_IP_SUBNET = 151776719;

MULTI_IP_SUBNET_VALUE

MULTI_IP_SUBNET = 151776719;

SECURE_BOOT

SECURE_BOOT = 376811194;

SECURE_BOOT_VALUE

SECURE_BOOT = 376811194;

SEV_CAPABLE

SEV_CAPABLE = 87083793;

SEV_CAPABLE_VALUE

SEV_CAPABLE = 87083793;

UEFI_COMPATIBLE

UEFI_COMPATIBLE = 195865408;

UEFI_COMPATIBLE_VALUE

UEFI_COMPATIBLE = 195865408;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED
VIRTIO_SCSI_MULTIQUEUE

VIRTIO_SCSI_MULTIQUEUE = 201597069;

VIRTIO_SCSI_MULTIQUEUE_VALUE

VIRTIO_SCSI_MULTIQUEUE = 201597069;

WINDOWS

WINDOWS = 456863331;

WINDOWS_VALUE

WINDOWS = 456863331;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()