UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 273 B
/** Possible values for farm probe */ export declare enum ProbeTypeEnum { 'http' = "http", 'internal' = "internal", 'mysql' = "mysql", 'oco' = "oco", 'pgsql' = "pgsql", 'smtp' = "smtp", 'tcp' = "tcp" } //# sourceMappingURL=ProbeTypeEnum.d.ts.map