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

PreferenceSet

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

The preferences that apply to all assets in a given context.

interface PreferenceSet {
readonly createTime?: Date;
description?: string;
displayName?: string;
readonly name?: string;
readonly updateTime?: Date;
virtualMachinePreferences?: VirtualMachinePreferences;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The timestamp when the preference set was created.

§
description?: string
[src]

A description of the preference set.

§
displayName?: string
[src]

User-friendly display name. Maximum length is 63 characters.

§
readonly name?: string
[src]

Output only. Name of the preference set.

§
readonly updateTime?: Date
[src]

Output only. The timestamp when the preference set was last updated.

§
virtualMachinePreferences?: VirtualMachinePreferences
[src]

Optional. A set of preferences that applies to all virtual machines in the context.