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