Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Class and Description |
---|---|
class |
SteeringPolicyFilterRule
Note: Objects should always be created or deserialized using the SteeringPolicyFilterRule.Builder . |
class |
SteeringPolicyHealthRule
Note: Objects should always be created or deserialized using the SteeringPolicyHealthRule.Builder . |
class |
SteeringPolicyLimitRule
Note: Objects should always be created or deserialized using the SteeringPolicyLimitRule.Builder . |
class |
SteeringPolicyPriorityRule
Note: Objects should always be created or deserialized using the SteeringPolicyPriorityRule.Builder . |
class |
SteeringPolicyWeightedRule
Note: Objects should always be created or deserialized using the SteeringPolicyWeightedRule.Builder . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.