UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 351 B
/** Server State */ export var ServerStateEnum; (function (ServerStateEnum) { ServerStateEnum["configurationError"] = "configurationError"; ServerStateEnum["configurationPending"] = "configurationPending"; ServerStateEnum["notConfigured"] = "notConfigured"; ServerStateEnum["ok"] = "ok"; })(ServerStateEnum || (ServerStateEnum = {}));