@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 373 B
JavaScript
/** The connection state of the host */
export var HostSystemConnectionState;
(function (HostSystemConnectionState) {
HostSystemConnectionState["connected"] = "connected";
HostSystemConnectionState["disconnected"] = "disconnected";
HostSystemConnectionState["notResponding"] = "notResponding";
})(HostSystemConnectionState || (HostSystemConnectionState = {}));