Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class DiskInterface.
List of the Disk Interfaces.
Protobuf type google.cloud.backupdr.v1.AttachedDisk.DiskInterface
Namespace
Google \ Cloud \ BackupDR \ V1 \ AttachedDiskMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DISK_INTERFACE_UNSPECIFIED
Value: 0Default value, which is unused.
Generated from protobuf enum DISK_INTERFACE_UNSPECIFIED = 0;
SCSI
Value: 1SCSI Disk Interface.
Generated from protobuf enum SCSI = 1;
NVME
Value: 2NVME Disk Interface.
Generated from protobuf enum NVME = 2;
NVDIMM
Value: 3NVDIMM Disk Interface.
Generated from protobuf enum NVDIMM = 3;
ISCSI
Value: 4ISCSI Disk Interface.
Generated from protobuf enum ISCSI = 4;