Google Cloud Migration Center V1 Client - Class InterfaceType (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class InterfaceType.

Disks interface type.

Protobuf type google.cloud.migrationcenter.v1.DiskEntry.InterfaceType

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ DiskEntry

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INTERFACE_TYPE_UNSPECIFIED

Value: 0

Interface type unknown or unspecified.

Generated from protobuf enum INTERFACE_TYPE_UNSPECIFIED = 0;

IDE

Value: 1

IDE interface type.

Generated from protobuf enum IDE = 1;

SATA

Value: 2

SATA interface type.

Generated from protobuf enum SATA = 2;

SAS

Value: 3

SAS interface type.

Generated from protobuf enum SAS = 3;

SCSI

Value: 4

SCSI interface type.

Generated from protobuf enum SCSI = 4;

NVME

Value: 5

NVME interface type.

Generated from protobuf enum NVME = 5;

FC

Value: 6

FC interface type.

Generated from protobuf enum FC = 6;

ISCSI

Value: 7

iSCSI interface type.

Generated from protobuf enum ISCSI = 7;