SteeringPolicyFilterAnswerData¶
-
class
oci.dns.models.SteeringPolicyFilterAnswerData(**kwargs)¶ Bases:
objectSteeringPolicyFilterAnswerData model.
Methods
__init__(**kwargs)Initializes a new SteeringPolicyFilterAnswerData object with values from keyword arguments. Attributes
answer_conditionGets the answer_condition of this SteeringPolicyFilterAnswerData. should_keepGets the should_keep of this SteeringPolicyFilterAnswerData. -
__init__(**kwargs)¶ Initializes a new SteeringPolicyFilterAnswerData 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 SteeringPolicyFilterAnswerData.
- should_keep (bool) – The value to assign to the should_keep property of this SteeringPolicyFilterAnswerData.
-
answer_condition¶ Gets the answer_condition of this SteeringPolicyFilterAnswerData. 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 SteeringPolicyFilterAnswerData. Return type: str
-
should_keep¶ Gets the should_keep of this SteeringPolicyFilterAnswerData. Keeps the answer only if the value is true.
Returns: The should_keep of this SteeringPolicyFilterAnswerData. Return type: bool
-