Class DNS
The DNS resolution results.
Inherited Members
Namespace: Oci.HealthchecksService.Models
Assembly: OCI.DotNetSDK.Healthchecks.dll
Syntax
public class DNS
Properties
Addresses
Declaration
[JsonProperty(PropertyName = "addresses")]
public List<string> Addresses { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The addresses returned by DNS resolution. |
DomainLookupDuration
Declaration
[JsonProperty(PropertyName = "domainLookupDuration")]
public double DomainLookupDuration { get; set; }
Property Value
Type | Description |
---|---|
double | Total DNS resolution duration, in milliseconds. Calculated using |