@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines (8 loc) • 351 B
JavaScript
/** Server State */
export var ServerStateEnum;
(function (ServerStateEnum) {
ServerStateEnum["configurationError"] = "configurationError";
ServerStateEnum["configurationPending"] = "configurationPending";
ServerStateEnum["notConfigured"] = "notConfigured";
ServerStateEnum["ok"] = "ok";
})(ServerStateEnum || (ServerStateEnum = {}));