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

GoldengateDeploymentLock

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

The lock of the GoldengateDeployment.

interface GoldengateDeploymentLock {
readonly compartmentId?: string;
readonly createTime?: Date;
readonly message?: string;
readonly relatedResourceId?: string;
readonly type?: "LOCK_TYPE_UNSPECIFIED" | "FULL" | "DELETE";
}

§Properties

§
readonly compartmentId?: string
[src]

Output only. The compartment id.

§
readonly createTime?: Date
[src]

Output only. The time created.

§
readonly message?: string
[src]

Output only. The message.

§
readonly relatedResourceId?: string
[src]

Output only. The related resource id.

§
readonly type?: "LOCK_TYPE_UNSPECIFIED" | "FULL" | "DELETE"
[src]

Output only. The type of lock.