UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 413 B
/** Types of statistics available for the web hosting */ export declare enum StatisticsTypeEnum { 'in_ftpCommands' = "in.ftpCommands", 'in_httpHits' = "in.httpHits", 'in_httpMeanResponseTime' = "in.httpMeanResponseTime", 'out_tcpConn' = "out.tcpConn", 'sys_cpuUsage' = "sys.cpuUsage", 'sys_workerSpawnOverload' = "sys.workerSpawnOverload" } //# sourceMappingURL=StatisticsTypeEnum.d.ts.map