Enum AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface (1.6.0-beta)

public enum AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface extends Enum<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface> implements ProtocolMessageEnum

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.

Protobuf enum google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface

Implements

ProtocolMessageEnum

Fields

Name Description
NVME

NVME = 2408800;

NVME_VALUE

NVME = 2408800;

SCSI

SCSI = 2539686;

SCSI_VALUE

SCSI = 2539686;

UNDEFINED_INTERFACE

A value indicating that the enum field is not set.

UNDEFINED_INTERFACE = 0;

UNDEFINED_INTERFACE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_INTERFACE = 0;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()