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

MigrationSource

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

Subset of the source instance configuration that is available when reading the cluster resource.

interface MigrationSource {
readonly hostPort?: string;
readonly referenceId?: string;
readonly sourceType?: "MIGRATION_SOURCE_TYPE_UNSPECIFIED" | "DMS";
}

§Properties

§
readonly hostPort?: string
[src]

Output only. The host and port of the on-premises instance in host:port format

§
readonly referenceId?: string
[src]

Output only. Place holder for the external source identifier(e.g DMS job name) that created the cluster.

§
readonly sourceType?: "MIGRATION_SOURCE_TYPE_UNSPECIFIED" | "DMS"
[src]

Output only. Type of migration source.