Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyRule
-
Packages that use SteeringPolicyRule Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyRule in com.oracle.bmc.dns.model
Subclasses of SteeringPolicyRule in com.oracle.bmc.dns.model Modifier and Type Class Description class
SteeringPolicyFilterRule
Note: Objects should always be created or deserialized using theSteeringPolicyFilterRule.Builder
.class
SteeringPolicyHealthRule
Note: Objects should always be created or deserialized using theSteeringPolicyHealthRule.Builder
.class
SteeringPolicyLimitRule
Note: Objects should always be created or deserialized using theSteeringPolicyLimitRule.Builder
.class
SteeringPolicyPriorityRule
Note: Objects should always be created or deserialized using theSteeringPolicyPriorityRule.Builder
.class
SteeringPolicyWeightedRule
Note: Objects should always be created or deserialized using theSteeringPolicyWeightedRule.Builder
.Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyRule Modifier and Type Method Description List<SteeringPolicyRule>
CreateSteeringPolicyDetails. getRules()
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.List<SteeringPolicyRule>
SteeringPolicy. getRules()
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.List<SteeringPolicyRule>
UpdateSteeringPolicyDetails. getRules()
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyRule Modifier and Type Method Description CreateSteeringPolicyDetails.Builder
CreateSteeringPolicyDetails.Builder. rules(List<SteeringPolicyRule> rules)
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.SteeringPolicy.Builder
SteeringPolicy.Builder. rules(List<SteeringPolicyRule> rules)
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.UpdateSteeringPolicyDetails.Builder
UpdateSteeringPolicyDetails.Builder. rules(List<SteeringPolicyRule> rules)
The series of rules that will be processed in sequence to reduce the pool of answers to a response for any given request.
-