Oracle Database@Google Cloud v1 API - Class TestGoldengateConnectionAssignmentResponse (1.6.0)

public sealed class TestGoldengateConnectionAssignmentResponse : IMessage<TestGoldengateConnectionAssignmentResponse>, IEquatable<TestGoldengateConnectionAssignmentResponse>, IDeepCloneable<TestGoldengateConnectionAssignmentResponse>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > TestGoldengateConnectionAssignmentResponse

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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