UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 332 B
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