Show / Hide Table of Contents

Class SteeringPolicyFilterAnswerData

Inheritance
object
SteeringPolicyFilterAnswerData
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
public class SteeringPolicyFilterAnswerData

Properties

AnswerCondition

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

An expression that is used to select a set of answers that match a condition. For example, answers with matching pool properties.

ShouldKeep

Declaration
[JsonProperty(PropertyName = "shouldKeep")]
public bool? ShouldKeep { get; set; }
Property Value
Type Description
bool?

Keeps the answer only if the value is true.

In this article
Back to top