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: 0
Default value, which is unused.
Generated from protobuf enum DISK_INTERFACE_UNSPECIFIED = 0;
SCSI
Value: 1
SCSI Disk Interface.
Generated from protobuf enum SCSI = 1;
NVME
Value: 2
NVME Disk Interface.
Generated from protobuf enum NVME = 2;
NVDIMM
Value: 3
NVDIMM Disk Interface.
Generated from protobuf enum NVDIMM = 3;
ISCSI
Value: 4
ISCSI Disk Interface.
Generated from protobuf enum ISCSI = 4;