Module: Google::Cloud::OracleDatabase::V1::DbServerProperties::State
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/db_server.rb
Overview
The various lifecycle states of the database server.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default unspecified value.
0- CREATING =
Indicates that the resource is in creating state.
1- AVAILABLE =
Indicates that the resource is in available state.
2- UNAVAILABLE =
Indicates that the resource is in unavailable state.
3- DELETING =
Indicates that the resource is in deleting state.
4- DELETED =
Indicates that the resource is in deleted state.
5