Uses of Class
com.oracle.bmc.dns.model.SteeringPolicy.Template
-
Packages that use SteeringPolicy.Template Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicy.Template in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicy.Template Modifier and Type Method Description static SteeringPolicy.Template
SteeringPolicy.Template. create(String key)
SteeringPolicy.Template
SteeringPolicy. getTemplate()
A set of predefined rules based on the desired purpose of the steering policy.static SteeringPolicy.Template
SteeringPolicy.Template. valueOf(String name)
Returns the enum constant of this type with the specified name.static SteeringPolicy.Template[]
SteeringPolicy.Template. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicy.Template Modifier and Type Method Description SteeringPolicy.Builder
SteeringPolicy.Builder. template(SteeringPolicy.Template template)
A set of predefined rules based on the desired purpose of the steering policy.Constructors in com.oracle.bmc.dns.model with parameters of type SteeringPolicy.Template Constructor Description SteeringPolicy(String compartmentId, String displayName, Integer ttl, String healthCheckMonitorId, SteeringPolicy.Template template, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<SteeringPolicyAnswer> answers, List<SteeringPolicyRule> rules, String self, String id, Date timeCreated, SteeringPolicy.LifecycleState lifecycleState)
Deprecated.
-