import { GetVmPerformancesResult } from "./GetVmPerformancesResult";
/** GetVMPerformancesResponse */
export interface GetVmPerformancesResponse {
    /** GetVMPerformancesResult */
    GetVMPerformancesResult?: GetVmPerformancesResult;
}
