Enum AttachedDisk.DiskInterface (0.29.0)

publicenumAttachedDisk.DiskInterfaceextendsEnum<AttachedDisk.DiskInterface>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.