SteeringPolicyPriorityAnswerData

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

Bases: object

SteeringPolicyPriorityAnswerData model.

Methods

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

Attributes

answer_condition Gets the answer_condition of this SteeringPolicyPriorityAnswerData.
value [Required] Gets the value of this SteeringPolicyPriorityAnswerData.
__init__(**kwargs)

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

Parameters:
  • answer_condition (str) – The value to assign to the answer_condition property of this SteeringPolicyPriorityAnswerData.
  • value (int) – The value to assign to the value property of this SteeringPolicyPriorityAnswerData.
answer_condition

Gets the answer_condition of this SteeringPolicyPriorityAnswerData. An expression that is used to select a set of answers that match a condition. For example, answers with matching pool properties.

Returns:The answer_condition of this SteeringPolicyPriorityAnswerData.
Return type:str
value

[Required] Gets the value of this SteeringPolicyPriorityAnswerData. The rank assigned to the set of answers that match the expression in answerCondition. Answers with the lowest values move to the beginning of the list without changing the relative order of those with the same value. Answers can be given a value between 0 and 255.

Returns:The value of this SteeringPolicyPriorityAnswerData.
Return type:int