UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines (12 loc) 508 B
/** Loadbalancer L7 rule type */ export var L7RuleTypeEnum; (function (L7RuleTypeEnum) { L7RuleTypeEnum["cookie"] = "cookie"; L7RuleTypeEnum["fileType"] = "fileType"; L7RuleTypeEnum["header"] = "header"; L7RuleTypeEnum["hostName"] = "hostName"; L7RuleTypeEnum["path"] = "path"; L7RuleTypeEnum["sslConnHasCert"] = "sslConnHasCert"; L7RuleTypeEnum["sslDNField"] = "sslDNField"; L7RuleTypeEnum["sslVerifyResult"] = "sslVerifyResult"; })(L7RuleTypeEnum || (L7RuleTypeEnum = {}));