openMode property
This field indicates the current mode of the Autonomous Database.
Output only. Possible string values are:
- "OPEN_MODE_UNSPECIFIED" : Default unspecified value.
- "READ_ONLY" : Read Only Mode
- "READ_WRITE" : Read Write Mode
Implementation
core.String? openMode;