Items with tag softlayer_network_lbaas_l7rule

    reference

    • addL7Rules
      This function creates and adds multiple Rules to a given L7 policy with all the details provided for rules
    • deleteL7Rules
      This function deletes multiple rules aassociated with the same policy.
    • getObject
      Retrieve a SoftLayer_Network_LBaaS_L7Rule record.
    • SoftLayer_Network_LBaaS_L7Rule
      The SoftLayer_Network_LBaaS_L7Rule represents the Rules that can be attached to a a L7 policy.
    • SoftLayer_Network_LBaaS_L7Rule
      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.
    • updateL7Rules
      This function updates multiple Rules to a given policy with all the details for rules.