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

Collector

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

Message describing Collector object.

interface Collector {
readonly bucket?: string;
readonly clientVersion?: string;
collectionDays?: number;
readonly createTime?: Date;
description?: string;
displayName?: string;
eulaUri?: string;
expectedAssetCount?: bigint;
readonly guestOsScan?: GuestOsScan;
labels?: {
[key: string]: string;
}
;
name?: string;
serviceAccount?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "STATE_INITIALIZING"
| "STATE_READY_TO_USE"
| "STATE_REGISTERED"
| "STATE_ACTIVE"
| "STATE_PAUSED"
| "STATE_DELETING"
| "STATE_DECOMMISSIONED"
| "STATE_ERROR";
readonly updateTime?: Date;
readonly vsphereScan?: VSphereScan;
}

§Properties

§
readonly bucket?: string
[src]

Output only. Store cloud storage bucket name (which is a guid) created with this Collector.

§
readonly clientVersion?: string
[src]

Output only. Client version.

§
collectionDays?: number
[src]

How many days to collect data.

§
readonly createTime?: Date
[src]

Output only. Create time stamp.

§
description?: string
[src]

User specified description of the Collector.

§
displayName?: string
[src]

User specified name of the Collector.

§
eulaUri?: string
[src]

Uri for EULA (End User License Agreement) from customer.

§
expectedAssetCount?: bigint
[src]

User specified expected asset count.

§
readonly guestOsScan?: GuestOsScan
[src]

Output only. Reference to MC Source Guest Os Scan.

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

Labels as key value pairs.

§
name?: string
[src]

name of resource.

§
serviceAccount?: string
[src]

Service Account email used to ingest data to this Collector.

§
readonly state?: "STATE_UNSPECIFIED" | "STATE_INITIALIZING" | "STATE_READY_TO_USE" | "STATE_REGISTERED" | "STATE_ACTIVE" | "STATE_PAUSED" | "STATE_DELETING" | "STATE_DECOMMISSIONED" | "STATE_ERROR"
[src]

Output only. State of the Collector.

§
readonly updateTime?: Date
[src]

Output only. Update time stamp.

§
readonly vsphereScan?: VSphereScan
[src]

Output only. Reference to MC Source vsphere_scan.