Enum AttachedDisk.DiskInterface (0.10.0)

public enum AttachedDisk.DiskInterface extends Enum<AttachedDisk.DiskInterface> implements ProtocolMessageEnum

List of the Disk Interfaces.

Protobuf enum google.cloud.backupdr.v1.AttachedDisk.DiskInterface

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISK_INTERFACE_UNSPECIFIED

Default value, which is unused.

DISK_INTERFACE_UNSPECIFIED = 0;

DISK_INTERFACE_UNSPECIFIED_VALUE

Default value, which is unused.

DISK_INTERFACE_UNSPECIFIED = 0;

ISCSI

ISCSI Disk Interface.

ISCSI = 4;

ISCSI_VALUE

ISCSI Disk Interface.

ISCSI = 4;

NVDIMM

NVDIMM Disk Interface.

NVDIMM = 3;

NVDIMM_VALUE

NVDIMM Disk Interface.

NVDIMM = 3;

NVME

NVME Disk Interface.

NVME = 2;

NVME_VALUE

NVME Disk Interface.

NVME = 2;

SCSI

SCSI Disk Interface.

SCSI = 1;

SCSI_VALUE

SCSI Disk Interface.

SCSI = 1;

UNRECOGNIZED

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