UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 270 B
type CloudProjectLoadbalancerStatsTargetServerStatusEnum = 'ERROR' | 'HEALTHY' | 'INIT' | 'L4_CONNECTION_ERROR' | 'L4_TIMEOUT_ERROR' | 'L7_PROTOCOL_ERROR' | 'L7_RESPONSE_ERROR' | 'L7_TIMEOUT' | 'UNKNOWN'; export { CloudProjectLoadbalancerStatsTargetServerStatusEnum };