Google Cloud Oracle Database V1 Client - Class ManagementState (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ManagementState.

The status of the Database Management service.

Protobuf type google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementState

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DatabaseManagementConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MANAGEMENT_STATE_UNSPECIFIED

Value: 0

The status is not specified.

Generated from protobuf enum MANAGEMENT_STATE_UNSPECIFIED = 0;

ENABLING

Value: 1

The Database Management service is enabling.

Generated from protobuf enum ENABLING = 1;

ENABLED

Value: 2

The Database Management service is enabled.

Generated from protobuf enum ENABLED = 2;

DISABLING

Value: 3

The Database Management service is disabling.

Generated from protobuf enum DISABLING = 3;

DISABLED

Value: 4

The Database Management service is disabled.

Generated from protobuf enum DISABLED = 4;

UPDATING

Value: 5

The Database Management service is updating.

Generated from protobuf enum UPDATING = 5;

FAILED_ENABLING

Value: 6

The Database Management service failed to enable.

Generated from protobuf enum FAILED_ENABLING = 6;

FAILED_DISABLING

Value: 7

The Database Management service failed to disable.

Generated from protobuf enum FAILED_DISABLING = 7;

FAILED_UPDATING

Value: 8

The Database Management service failed to update.

Generated from protobuf enum FAILED_UPDATING = 8;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.