Enum DbServerProperties.State (0.1.0)

public enum DbServerProperties.State extends Enum<DbServerProperties.State> implements ProtocolMessageEnum

The various lifecycle states of the database server.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

Indicates that the resource is in available state.

AVAILABLE = 2;

AVAILABLE_VALUE

Indicates that the resource is in available state.

AVAILABLE = 2;

CREATING

Indicates that the resource is in creating state.

CREATING = 1;

CREATING_VALUE

Indicates that the resource is in creating state.

CREATING = 1;

DELETED

Indicates that the resource is in deleted state.

DELETED = 5;

DELETED_VALUE

Indicates that the resource is in deleted state.

DELETED = 5;

DELETING

Indicates that the resource is in deleting state.

DELETING = 4;

DELETING_VALUE

Indicates that the resource is in deleting state.

DELETING = 4;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

UNAVAILABLE

Indicates that the resource is in unavailable state.

UNAVAILABLE = 3;

UNAVAILABLE_VALUE

Indicates that the resource is in unavailable state.

UNAVAILABLE = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()