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

Source

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

Source message describes a specific vm migration Source resource. It contains the source environment information.

interface Source {
readonly createTime?: Date;
description?: string;
encryption?: Encryption;
labels?: {
[key: string]: string;
}
;
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§

AWS type source details.

§

Azure type source details.

§
readonly createTime?: Date
[src]

Output only. The create time timestamp.

§
description?: string
[src]

User-provided description of the source.

§
encryption?: Encryption
[src]

Optional. Immutable. The encryption details of the source data stored by the service.

§
labels?: {
[key: string]: string;
}
[src]

The labels of the source.

§
readonly name?: string
[src]

Output only. The Source name.

§
readonly updateTime?: Date
[src]

Output only. The update time timestamp.

§

Vmware type source details.