Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestGoldengateConnectionAssignmentResponse

import type { TestGoldengateConnectionAssignmentResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The result of the connectivity test performed between the Goldengate deployment and the associated database / service.

interface TestGoldengateConnectionAssignmentResponse {
resultType?:
| "RESULT_TYPE_UNSPECIFIED"
| "SUCCEEDED"
| "FAILED"
| "TIMED_OUT";
}

§Properties

§

Error details if test connection failed.

§

List of test connection assignment error objects.

§
resultType?: "RESULT_TYPE_UNSPECIFIED" | "SUCCEEDED" | "FAILED" | "TIMED_OUT"
[src]

Type of the result i.e. Success, Failure or Timeout.