Enum SavedAttachedDisk.Interface (1.51.0)

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

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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()