readOnly

@get:JvmName(name = "getReadOnly")
@set:JvmName(name = "setReadOnly")
var readOnly: Boolean
Read only.

Flipped to `true` if the guest virtual file system is operating in read-only mode. This is typically the case when
executing at runtime, unless overridden by the developer. Read-only filesystem mode will raise an exception for any
write calls sent to the VFS by the guest VM. Read-only mode does not affect the host's ability to write.

bool read_only = 1;