Show / Hide Table of Contents

Class SteeringPolicyRule

The configuration of the sorting and filtering behaviors in a steering policy. Rules can filter and sort answers based on weight, priority, endpoint health, and other data.

A rule may optionally include a sequence of cases, each with an optional caseCondition expression. Cases allow a sequence of conditions to be defined that will apply different parameters to the rule when the conditions are met. For more information about cases, see Traffic Management API Guide.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Inheritance
object
SteeringPolicyRule
SteeringPolicyFilterRule
SteeringPolicyHealthRule
SteeringPolicyLimitRule
SteeringPolicyPriorityRule
SteeringPolicyWeightedRule
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DnsService.Models
Assembly: OCI.DotNetSDK.Dns.dll
Syntax
[JsonConverter(typeof(SteeringPolicyRuleModelConverter))]
public class SteeringPolicyRule

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

A user-defined description of the rule's purpose or behavior.

In this article
Back to top