@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 461 B
JavaScript
/** List of possible probe result matches. "status" is only supported for HTTP probes */
export var ProbeExpectMatchEnum;
(function (ProbeExpectMatchEnum) {
ProbeExpectMatchEnum["contains"] = "contains";
ProbeExpectMatchEnum["default"] = "default";
ProbeExpectMatchEnum["internal"] = "internal";
ProbeExpectMatchEnum["matches"] = "matches";
ProbeExpectMatchEnum["status"] = "status";
})(ProbeExpectMatchEnum || (ProbeExpectMatchEnum = {}));