Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
UpdateSteeringPolicyDetails.Builder |
UpdateSteeringPolicyDetails.Builder.template(UpdateSteeringPolicyDetails.Template template)
A set of predefined rules based on the desired purpose of the steering policy.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.