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