Compute V1 Client - Class PBInterface (2.0.0)

Reference documentation and code samples for the Compute V1 Client class PBInterface.

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.

Protobuf type google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface

Namespace

Google \ Cloud \ Compute \ V1 \ AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_INTERFACE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_INTERFACE = 0;

NVME

Value: 2408800

Generated from protobuf enum NVME = 2408800;

SCSI

Value: 2539686

Generated from protobuf enum SCSI = 2539686;