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

FetchInventoryResponse

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

Response message for fetchInventory.

interface FetchInventoryResponse {
awsVms?: AwsVmsDetails;
azureVms?: AzureVmsDetails;
readonly nextPageToken?: string;
readonly updateTime?: Date;
vmwareVms?: VmwareVmsDetails;
}

§Properties

§

The description of the VMs in a Source of type AWS.

§

The description of the VMs in a Source of type Azure.

§
readonly nextPageToken?: string
[src]

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

§
readonly updateTime?: Date
[src]

Output only. The timestamp when the source was last queried (if the result is from the cache).

§

The description of the VMs in a Source of type Vmware.