@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
14 lines • 428 B
TypeScript
/** Available types for the VPS monitoring and use */
export declare enum VpsStatisticTypeEnum {
'cpu:iowait' = "cpu:iowait",
'cpu:max' = "cpu:max",
'cpu:nice' = "cpu:nice",
'cpu:sys' = "cpu:sys",
'cpu:used' = "cpu:used",
'cpu:user' = "cpu:user",
'mem:max' = "mem:max",
'mem:used' = "mem:used",
'net:rx' = "net:rx",
'net:tx' = "net:tx"
}
//# sourceMappingURL=VpsStatisticTypeEnum.d.ts.map