You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/dns_steering_policies.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ The following attributes are exported:
83
83
* `should_keep` - Keep the answer if the value is `true`.
84
84
* `value` -
85
85
* `default_count` - Defines a default count if `cases` is not defined for the rule or a matching case does not define `count`. `defaultCount` is **not** applied if `cases` is defined and there are no matching cases.
86
+
* `description` - Your description of the rule's purpose and/or behavior.
86
87
* `rule_type` - The type of a rule determines its sorting/filtering behavior.
87
88
* FILTER rules filter the list of answers (e.g., to remove those with hosts that are down for maintenance). Answers remain if and only if their associated data is `true`.
88
89
* HEALTH rules remove answers from the list if their `rdata` matches a target in the health check monitor referenced by the steering policy and the target is reported down.
Copy file name to clipboardExpand all lines: website/docs/d/dns_steering_policy.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The following attributes are exported:
59
59
* `should_keep` - Keep the answer if the value is `true`.
60
60
* `value` -
61
61
* `default_count` - Defines a default count if `cases` is not defined for the rule or a matching case does not define `count`. `defaultCount` is **not** applied if `cases` is defined and there are no matching cases.
62
+
* `description` - Your description of the rule's purpose and/or behavior.
62
63
* `rule_type` - The type of a rule determines its sorting/filtering behavior.
63
64
* FILTER rules filter the list of answers (e.g., to remove those with hosts that are down for maintenance). Answers remain if and only if their associated data is `true`.
64
65
* HEALTH rules remove answers from the list if their `rdata` matches a target in the health check monitor referenced by the steering policy and the target is reported down.
Copy file name to clipboardExpand all lines: website/docs/r/dns_steering_policy.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ The following arguments are supported:
99
99
* `should_keep` - (Applicable when rule_type=FILTER) Keep the answer if the value is `true`.
100
100
* `value` - (Required when rule_type=PRIORITY | WEIGHTED)
101
101
* `default_count` - (Applicable when rule_type=LIMIT) Defines a default count if `cases` is not defined for the rule or a matching case does not define `count`. `defaultCount` is **not** applied if `cases` is defined and there are no matching cases.
102
+
* `description` - (Optional) Your description of the rule's purpose and/or behavior.
102
103
* `rule_type` - (Required) The type of a rule determines its sorting/filtering behavior.
103
104
* FILTER rules filter the list of answers (e.g., to remove those with hosts that are down for maintenance). Answers remain if and only if their associated data is `true`.
104
105
* HEALTH rules remove answers from the list if their `rdata` matches a target in the health check monitor referenced by the steering policy and the target is reported down.
@@ -151,6 +152,7 @@ The following attributes are exported:
151
152
* `should_keep` - Keep the answer if the value is `true`.
152
153
* `value` -
153
154
* `default_count` - Defines a default count if `cases` is not defined for the rule or a matching case does not define `count`. `defaultCount` is **not** applied if `cases` is defined and there are no matching cases.
155
+
* `description` - Your description of the rule's purpose and/or behavior.
154
156
* `rule_type` - The type of a rule determines its sorting/filtering behavior.
155
157
* FILTER rules filter the list of answers (e.g., to remove those with hosts that are down for maintenance). Answers remain if and only if their associated data is `true`.
156
158
* HEALTH rules remove answers from the list if their `rdata` matches a target in the health check monitor referenced by the steering policy and the target is reported down.
0 commit comments