import { DatacenterEnum } from '../../dedicated/DatacenterEnum';
/** Location of the Filer */
export interface Location {
    /** Datacenter of the Filer. */
    datacenter: DatacenterEnum;
    /** Rack of the slave Filer. */
    rack: string;
    /** Room of the Filer. */
    room: string;
}
//# sourceMappingURL=Location.d.ts.map