Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyPriorityRuleCase
-
Packages that use SteeringPolicyPriorityRuleCase Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyPriorityRuleCase in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyPriorityRuleCase Modifier and Type Method Description SteeringPolicyPriorityRuleCase
SteeringPolicyPriorityRuleCase.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyPriorityRuleCase Modifier and Type Method Description List<SteeringPolicyPriorityRuleCase>
SteeringPolicyPriorityRule. getCases()
An array of caseConditions.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyPriorityRuleCase Modifier and Type Method Description SteeringPolicyPriorityRuleCase.Builder
SteeringPolicyPriorityRuleCase.Builder. copy(SteeringPolicyPriorityRuleCase model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyPriorityRuleCase Modifier and Type Method Description SteeringPolicyPriorityRule.Builder
SteeringPolicyPriorityRule.Builder. cases(List<SteeringPolicyPriorityRuleCase> cases)
An array of caseConditions.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyPriorityRuleCase Constructor Description SteeringPolicyPriorityRule(String description, List<SteeringPolicyPriorityRuleCase> cases, List<SteeringPolicyPriorityAnswerData> defaultAnswerData)
Deprecated.
-