Class: Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb
Overview
The result of the connectivity test performed between the Goldengate deployment and the associated database / service.
Defined Under Namespace
Modules: ResultType
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Cloud::OracleDatabase::V1::TestConnectionAssignmentError
Error details if test connection failed.
-
#errors ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::TestConnectionAssignmentError>
List of test connection assignment error objects.
-
#result_type ⇒ ::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentResponse::ResultType
Type of the result i.e.
Instance Attribute Details
#error ⇒ ::Google::Cloud::OracleDatabase::V1::TestConnectionAssignmentError
Returns Error details if test connection failed.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 252 class TestGoldengateConnectionAssignmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of the result. module ResultType # Result type is unspecified. RESULT_TYPE_UNSPECIFIED = 0 # Test connection succeeded. SUCCEEDED = 1 # Test connection failed. FAILED = 2 # Test connection timed out. TIMED_OUT = 3 end end |
#errors ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::TestConnectionAssignmentError>
Returns List of test connection assignment error objects.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 252 class TestGoldengateConnectionAssignmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of the result. module ResultType # Result type is unspecified. RESULT_TYPE_UNSPECIFIED = 0 # Test connection succeeded. SUCCEEDED = 1 # Test connection failed. FAILED = 2 # Test connection timed out. TIMED_OUT = 3 end end |
#result_type ⇒ ::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentResponse::ResultType
Returns Type of the result i.e. Success, Failure or Timeout.
252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 252 class TestGoldengateConnectionAssignmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of the result. module ResultType # Result type is unspecified. RESULT_TYPE_UNSPECIFIED = 0 # Test connection succeeded. SUCCEEDED = 1 # Test connection failed. FAILED = 2 # Test connection timed out. TIMED_OUT = 3 end end |