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. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.
Protobuf type google.cloud.compute.v1.AttachedDisk.Interface
Namespace
Google \ Cloud \ Compute \ V1 \ AttachedDiskMethods
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;