Uses of Class
com.oracle.bmc.dns.model.UpdateSteeringPolicyDetails.Template
-
Packages that use UpdateSteeringPolicyDetails.Template Package Description com.oracle.bmc.dns.model -
-
Uses of UpdateSteeringPolicyDetails.Template in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return UpdateSteeringPolicyDetails.Template Modifier and Type Method Description static UpdateSteeringPolicyDetails.Template
UpdateSteeringPolicyDetails.Template. create(String key)
UpdateSteeringPolicyDetails.Template
UpdateSteeringPolicyDetails. getTemplate()
A set of predefined rules based on the desired purpose of the steering policy.static UpdateSteeringPolicyDetails.Template
UpdateSteeringPolicyDetails.Template. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSteeringPolicyDetails.Template[]
UpdateSteeringPolicyDetails.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 UpdateSteeringPolicyDetails.Template Modifier and Type Method Description UpdateSteeringPolicyDetails.Builder
UpdateSteeringPolicyDetails.Builder. template(UpdateSteeringPolicyDetails.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 UpdateSteeringPolicyDetails.Template Constructor Description UpdateSteeringPolicyDetails(String displayName, Integer ttl, String healthCheckMonitorId, UpdateSteeringPolicyDetails.Template template, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<SteeringPolicyAnswer> answers, List<SteeringPolicyRule> rules)
Deprecated.
-