attachReadOnly constant

Attach the existing disk in read-only mode. The request will fail if the disk was attached in read-write mode on the source instance. Applicable to: read-only disks.

Implementation

static const attachReadOnly = DiskInstantiationConfig_InstantiateFrom(
  'ATTACH_READ_ONLY',
);