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 {
error?: TestConnectionAssignmentError;
errors?: TestConnectionAssignmentError[];
resultType?:
} | "RESULT_TYPE_UNSPECIFIED"
| "SUCCEEDED"
| "FAILED"
| "TIMED_OUT";
§Properties
§
Error details if test connection failed.
§
errors?: TestConnectionAssignmentError[]
[src]List of test connection assignment error objects.