Class DnsConfiguration
Information about the DNS settings.
Inherited Members
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. |