Enum AutonomousDatabaseBackupProperties.State (0.1.0)

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

// The various lifecycle states of the Autonomous Database Backup.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Indicates that the resource is in active state.

ACTIVE = 2;

ACTIVE_VALUE

Indicates that the resource is in active state.

ACTIVE = 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 = 4;

DELETED_VALUE

Indicates that the resource is in deleted state.

DELETED = 4;

DELETING

Indicates that the resource is in deleting state.

DELETING = 3;

DELETING_VALUE

Indicates that the resource is in deleting state.

DELETING = 3;

FAILED

Indicates that the resource is in failed state.

FAILED = 6;

FAILED_VALUE

Indicates that the resource is in failed state.

FAILED = 6;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Indicates that the resource is in updating state.

UPDATING = 7;

UPDATING_VALUE

Indicates that the resource is in updating state.

UPDATING = 7;

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()