Interface L7Rule.Service

  • All Superinterfaces:
    Maskable, ResultLimitable, Service
    Enclosing class:
    L7Rule

    @ApiService("SoftLayer_Network_LBaaS_L7Rule")
    public static interface L7Rule.Service
    extends Service
    The SoftLayer_Network_LBaaS_L7Rule service allows consumers to manage the Rules associated with a Policy.Polices have multiple rules, each rule is evaluated to true or false. If all the rules of the policies are evaluated to true then action of that policy will be applied to the request. Rules have types, which can be HOST_NAME, FILE_TYPE, HEADER, COOKIE, PATH and rules also have a comparison type which indicates how how rules are evaluated. Rules can have following comparison types: REGEX, STARTS_WITH, ENDS_WITH, CONTAINS, and EQUAL_TO.
    See Also:
    SoftLayer_Network_LBaaS_L7Rule