Class DiskMode (1.18.5)

DiskMode(value)

The different mode of the attached disk.

Enums

Name Description
DISK_MODE_UNSPECIFIED The disk mode is not known/set.
READ_WRITE Attaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time.
READ_ONLY Attaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.