Show / Hide Table of Contents

Class DnsSecMonitorConfiguration

Request configuration details for the DNSSEC monitor type.

Inheritance
object
MonitorConfiguration
DnsSecMonitorConfiguration
Inherited Members
MonitorConfiguration.IsFailureRetried
MonitorConfiguration.DnsConfiguration
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class DnsSecMonitorConfiguration : MonitorConfiguration

Properties

RecordType

Declaration
[JsonProperty(PropertyName = "recordType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DnsRecordType? RecordType { get; set; }
Property Value
Type Description
DnsRecordType?

DNS record type.

VerifyResponseContent

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

Verify response content against regular expression based string. If response content does not match the verifyResponseContent value, then it will be considered a failure.

In this article
Back to top