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