Module: Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData::DiagnosticState

Defined in:
proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb

Overview

The possible states of the diagnostic data.

Constant Summary collapse

DIAGNOSTIC_STATE_UNSPECIFIED =

The diagnostic state is unspecified.

0
IN_PROGRESS =

The diagnostic is in progress.

1
SUCCEEDED =

The diagnostic completed successfully.

2
FAILED =

The diagnostic failed.

3