SoftLayer_Network_LBaaS_L7Rule


SoftLayer_Network_LBaaS_L7Rule

Description

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.

Methods

addL7Rules

Create and add a L7 Rule to a given L7 policy with the provided rules details.

deleteL7Rules

Delete one or more rules associated with the same policy.

getObject

Retrieve a SoftLayer_Network_LBaaS_L7Rule record.

updateL7Rules

Update one or more rules associated with the same policy.