import { GetVmPerformanceResult } from "./GetVmPerformanceResult";
/** GetVMPerformanceResponse */
export interface GetVmPerformanceResponse {
    /** GetVMPerformanceResult */
    GetVMPerformanceResult?: GetVmPerformanceResult;
}
