Class: Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb
Overview
The configuration of the Database Management service.
Defined Under Namespace
Modules: ManagementState, ManagementType
Instance Attribute Summary collapse
-
#management_state ⇒ ::Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig::ManagementState
readonly
Output only.
-
#management_type ⇒ ::Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig::ManagementType
readonly
Output only.
Instance Attribute Details
#management_state ⇒ ::Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig::ManagementState (readonly)
Returns Output only. The status of the Database Management service.
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
# File 'proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb', line 267 class DatabaseManagementConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of the Database Management service. module ManagementState # The status is not specified. MANAGEMENT_STATE_UNSPECIFIED = 0 # The Database Management service is enabling. ENABLING = 1 # The Database Management service is enabled. ENABLED = 2 # The Database Management service is disabling. DISABLING = 3 # The Database Management service is disabled. DISABLED = 4 # The Database Management service is updating. UPDATING = 5 # The Database Management service failed to enable. FAILED_ENABLING = 6 # The Database Management service failed to disable. FAILED_DISABLING = 7 # The Database Management service failed to update. FAILED_UPDATING = 8 end # The Database Management type. module ManagementType # The type is not specified. MANAGEMENT_TYPE_UNSPECIFIED = 0 # Basic Database Management. BASIC = 1 # Advanced Database Management. ADVANCED = 2 end end |
#management_type ⇒ ::Google::Cloud::OracleDatabase::V1::DatabaseManagementConfig::ManagementType (readonly)
Returns Output only. The Database Management type.
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
# File 'proto_docs/google/cloud/oracledatabase/v1/pluggable_database.rb', line 267 class DatabaseManagementConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of the Database Management service. module ManagementState # The status is not specified. MANAGEMENT_STATE_UNSPECIFIED = 0 # The Database Management service is enabling. ENABLING = 1 # The Database Management service is enabled. ENABLED = 2 # The Database Management service is disabling. DISABLING = 3 # The Database Management service is disabled. DISABLED = 4 # The Database Management service is updating. UPDATING = 5 # The Database Management service failed to enable. FAILED_ENABLING = 6 # The Database Management service failed to disable. FAILED_DISABLING = 7 # The Database Management service failed to update. FAILED_UPDATING = 8 end # The Database Management type. module ManagementType # The type is not specified. MANAGEMENT_TYPE_UNSPECIFIED = 0 # Basic Database Management. BASIC = 1 # Advanced Database Management. ADVANCED = 2 end end |