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

Group

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

Describes message for 'Group' resource. The Group is a collections of several MigratingVms.

interface Group {
readonly createTime?: Date;
description?: string;
displayName?: string;
migrationTargetType?: "MIGRATION_TARGET_TYPE_UNSPECIFIED" | "MIGRATION_TARGET_TYPE_GCE" | "MIGRATION_TARGET_TYPE_DISKS";
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The create time timestamp.

§
description?: string
[src]

User-provided description of the group.

§
displayName?: string
[src]

Display name is a user defined name for this group which can be updated.

§
migrationTargetType?: "MIGRATION_TARGET_TYPE_UNSPECIFIED" | "MIGRATION_TARGET_TYPE_GCE" | "MIGRATION_TARGET_TYPE_DISKS"
[src]

Immutable. The target type of this group.

§
readonly name?: string
[src]

Output only. The Group name.

§
readonly updateTime?: Date
[src]

Output only. The update time timestamp.