/** A structure describing filer disks of a the virtual machine */
export interface VmFilerDisk {
    /**  */
    capacity: number;
    /**  */
    id: string;
}
//# sourceMappingURL=VmFilerDisk.d.ts.map