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

ProjectsLocationsSourcesFetchStorageInventoryOptions

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

Additional options for VMMigration#projectsLocationsSourcesFetchStorageInventory.

interface ProjectsLocationsSourcesFetchStorageInventoryOptions {
forceRefresh?: boolean;
pageSize?: number;
pageToken?: string;
type?: "STORAGE_TYPE_UNSPECIFIED" | "DISKS" | "SNAPSHOTS";
}

§Properties

§
forceRefresh?: boolean
[src]

Optional. 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]

Optional. The maximum number of VMs to return. The service may return fewer than this value.

§
pageToken?: string
[src]

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

§
type?: "STORAGE_TYPE_UNSPECIFIED" | "DISKS" | "SNAPSHOTS"
[src]

Required. The type of the storage inventory to fetch.