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.