Class DiskMode (1.7.2)

DiskMode(value)

The different mode of the attached disk.

Values: DISK_MODE_UNSPECIFIED (0): The disk mode is not known/set. READ_WRITE (1): Attaches the disk in read-write mode. Only one TPU node can attach a disk in read-write mode at a time. READ_ONLY (2): Attaches the disk in read-only mode. Multiple TPU nodes can attach a disk in read-only mode at a time.