Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyWeightedAnswerData
-
Packages that use SteeringPolicyWeightedAnswerData Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyWeightedAnswerData in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyWeightedAnswerData Modifier and Type Method Description SteeringPolicyWeightedAnswerData
SteeringPolicyWeightedAnswerData.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyWeightedAnswerData Modifier and Type Method Description List<SteeringPolicyWeightedAnswerData>
SteeringPolicyWeightedRuleCase. getAnswerData()
An array of SteeringPolicyWeightedAnswerData objects.List<SteeringPolicyWeightedAnswerData>
SteeringPolicyWeightedRule. getDefaultAnswerData()
Defines a default set of answer conditions and values that are applied to an answer when cases is not defined for the rule or a matching case does not have any matching answerConditions in its answerData.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyWeightedAnswerData Modifier and Type Method Description SteeringPolicyWeightedAnswerData.Builder
SteeringPolicyWeightedAnswerData.Builder. copy(SteeringPolicyWeightedAnswerData model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyWeightedAnswerData Modifier and Type Method Description SteeringPolicyWeightedRuleCase.Builder
SteeringPolicyWeightedRuleCase.Builder. answerData(List<SteeringPolicyWeightedAnswerData> answerData)
An array of SteeringPolicyWeightedAnswerData objects.SteeringPolicyWeightedRule.Builder
SteeringPolicyWeightedRule.Builder. defaultAnswerData(List<SteeringPolicyWeightedAnswerData> defaultAnswerData)
Defines a default set of answer conditions and values that are applied to an answer when cases is not defined for the rule or a matching case does not have any matching answerConditions in its answerData.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyWeightedAnswerData Constructor Description SteeringPolicyWeightedRuleCase(String caseCondition, List<SteeringPolicyWeightedAnswerData> answerData)
Deprecated.
-