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

ProjectsLocationsSourcesFetchInventoryOptions

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

Additional options for VMMigration#projectsLocationsSourcesFetchInventory.

interface ProjectsLocationsSourcesFetchInventoryOptions {
forceRefresh?: boolean;
pageSize?: number;
pageToken?: string;
}

§Properties

§
forceRefresh?: boolean
[src]

If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.

§
pageSize?: number
[src]

The maximum number of VMs to return. The service may return fewer than this value. For AWS source: If unspecified, at most 500 VMs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. For VMWare source: If unspecified, all VMs will be returned. There is no limit for maximum value.

§
pageToken?: string
[src]

A page token, received from a previous FetchInventory call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to FetchInventory must match the call that provided the page token.