Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
static CreateSteeringPolicyDetails.Template |
CreateSteeringPolicyDetails.Template.create(String key) |
CreateSteeringPolicyDetails.Template |
CreateSteeringPolicyDetails.getTemplate()
A set of predefined rules based on the desired purpose of the steering policy.
|
static CreateSteeringPolicyDetails.Template |
CreateSteeringPolicyDetails.Template.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSteeringPolicyDetails.Template[] |
CreateSteeringPolicyDetails.Template.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateSteeringPolicyDetails.Builder |
CreateSteeringPolicyDetails.Builder.template(CreateSteeringPolicyDetails.Template template)
A set of predefined rules based on the desired purpose of the steering policy.
|
Constructor and Description |
---|
CreateSteeringPolicyDetails(String compartmentId,
String displayName,
Integer ttl,
String healthCheckMonitorId,
CreateSteeringPolicyDetails.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.