UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 251 B
/** The connection state of the host */ export declare enum HostSystemConnectionState { 'connected' = "connected", 'disconnected' = "disconnected", 'notResponding' = "notResponding" } //# sourceMappingURL=HostSystemConnectionState.d.ts.map