public sealed class TestGoldengateConnectionAssignmentResponse : IMessage<TestGoldengateConnectionAssignmentResponse>, IEquatable<TestGoldengateConnectionAssignmentResponse>, IDeepCloneable<TestGoldengateConnectionAssignmentResponse>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class TestGoldengateConnectionAssignmentResponse.
The result of the connectivity test performed between the Goldengate deployment and the associated database / service.
Implements
IMessageTestGoldengateConnectionAssignmentResponse, IEquatableTestGoldengateConnectionAssignmentResponse, IDeepCloneableTestGoldengateConnectionAssignmentResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
TestGoldengateConnectionAssignmentResponse()
public TestGoldengateConnectionAssignmentResponse()TestGoldengateConnectionAssignmentResponse(TestGoldengateConnectionAssignmentResponse)
public TestGoldengateConnectionAssignmentResponse(TestGoldengateConnectionAssignmentResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
TestGoldengateConnectionAssignmentResponse |
Properties
Error
public TestConnectionAssignmentError Error { get; set; }Error details if test connection failed.
| Property Value | |
|---|---|
| Type | Description |
TestConnectionAssignmentError |
|
Errors
public RepeatedField<TestConnectionAssignmentError> Errors { get; }List of test connection assignment error objects.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTestConnectionAssignmentError |
|
ResultType
public TestGoldengateConnectionAssignmentResponse.Types.ResultType ResultType { get; set; }Type of the result i.e. Success, Failure or Timeout.
| Property Value | |
|---|---|
| Type | Description |
TestGoldengateConnectionAssignmentResponseTypesResultType |
|