SteeringPolicyLimitRuleCase

class oci.dns.models.SteeringPolicyLimitRuleCase(**kwargs)

Bases: object

SteeringPolicyLimitRuleCase model.

Methods

__init__(**kwargs) Initializes a new SteeringPolicyLimitRuleCase object with values from keyword arguments.

Attributes

case_condition Gets the case_condition of this SteeringPolicyLimitRuleCase.
count [Required] Gets the count of this SteeringPolicyLimitRuleCase.
__init__(**kwargs)

Initializes a new SteeringPolicyLimitRuleCase object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • case_condition (str) – The value to assign to the case_condition property of this SteeringPolicyLimitRuleCase.
  • count (int) – The value to assign to the count property of this SteeringPolicyLimitRuleCase.
case_condition

Gets the case_condition of this SteeringPolicyLimitRuleCase. An expression that uses conditions at the time of a DNS query to indicate whether a case matches. Conditions may include the geographical location, IP subnet, or ASN the DNS query originated. Example: If you have an office that uses the subnet 192.0.2.0/24 you could use a caseCondition expression query.client.address in (‘192.0.2.0/24’) to define a case that matches queries from that office.

Returns:The case_condition of this SteeringPolicyLimitRuleCase.
Return type:str
count

[Required] Gets the count of this SteeringPolicyLimitRuleCase. The number of answers allowed to remain after the limit rule has been processed, keeping only the first of the remaining answers in the list. Example: If the count property is set to 2 and four answers remain before the limit rule is processed, only the first two answers in the list will remain after the limit rule has been processed.

Returns:The count of this SteeringPolicyLimitRuleCase.
Return type:int