Class: Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The deployment diagnostic data.
Defined Under Namespace
Modules: DiagnosticState
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
readonly
Output only.
-
#diagnostic_end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#diagnostic_start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#diagnostic_state ⇒ ::Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData::DiagnosticState
readonly
Output only.
-
#namespace ⇒ ::String
readonly
Output only.
-
#object ⇒ ::String
readonly
Output only.
Instance Attribute Details
#bucket ⇒ ::String (readonly)
Returns Output only. The bucket name.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |
#diagnostic_end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time diagnostic end.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |
#diagnostic_start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time diagnostic start.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |
#diagnostic_state ⇒ ::Google::Cloud::OracleDatabase::V1::DeploymentDiagnosticData::DiagnosticState (readonly)
Returns Output only. The diagnostic state.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |
#namespace ⇒ ::String (readonly)
Returns Output only. The namespace name.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |
#object ⇒ ::String (readonly)
Returns Output only. The object name.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 455 class DeploymentDiagnosticData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible states of the diagnostic data. module DiagnosticState # The diagnostic state is unspecified. DIAGNOSTIC_STATE_UNSPECIFIED = 0 # The diagnostic is in progress. IN_PROGRESS = 1 # The diagnostic completed successfully. SUCCEEDED = 2 # The diagnostic failed. FAILED = 3 end end |