Module: Google::Cloud::OracleDatabase::V1::PluggableDatabaseNodeLevelDetails::PluggableDatabaseOpenMode

Defined in:
proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb

Overview

The mode that the pluggable database is in to open it.

Constant Summary collapse

PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED =

The open mode is unspecified.

0
READ_ONLY =

The pluggable database is opened in read-only mode.

1
READ_WRITE =

The pluggable database is opened in read-write mode.

2
MOUNTED =

The pluggable database is mounted.

3
MIGRATE =

The pluggable database is migrated.

4