Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DiagnosticState.
The possible states of the diagnostic data.
Protobuf type google.cloud.oracledatabase.v1.DeploymentDiagnosticData.DiagnosticState
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DeploymentDiagnosticDataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DIAGNOSTIC_STATE_UNSPECIFIED
Value: 0The diagnostic state is unspecified.
Generated from protobuf enum DIAGNOSTIC_STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1The diagnostic is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
SUCCEEDED
Value: 2The diagnostic completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The diagnostic failed.
Generated from protobuf enum FAILED = 3;