Show / Hide Table of Contents

Class DnsConfiguration

Information about the DNS settings.

Inheritance
object
DnsConfiguration
Inherited Members
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 DnsConfiguration

Properties

IsOverrideDns

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

If isOverrideDns is true, then DNS settings will be overridden.

OverrideDnsIp

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

Attribute to override the DNS IP value. This value will be honored only if isOverrideDns is set to true.

In this article
Back to top