Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RuleSet

A named set of rules associated with a load balancer. Rules are objects that represent actions to apply to a listener, such as adding, altering, or removing HTTP headers. For more information, see Managing Rule Sets.

Properties

items

items: Array<Rule>

An array of rules that compose the rule set.

name

name: string

The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information.

Example: {@code example_rule_set}

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: RuleSet): object

getJsonObj