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