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

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

The various lifecycle states of the database server.

Protobuf type google.cloud.oracledatabase.v1.DbServerProperties.State

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DbServerProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Indicates that the resource is in creating state.

Generated from protobuf enum CREATING = 1;

AVAILABLE

Value: 2

Indicates that the resource is in available state.

Generated from protobuf enum AVAILABLE = 2;

UNAVAILABLE

Value: 3

Indicates that the resource is in unavailable state.

Generated from protobuf enum UNAVAILABLE = 3;

DELETING

Value: 4

Indicates that the resource is in deleting state.

Generated from protobuf enum DELETING = 4;

DELETED

Value: 5

Indicates that the resource is in deleted state.

Generated from protobuf enum DELETED = 5;

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.