Class DnsEvent
A DNS lookup event was initiated through the standard network stack.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DnsEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hostname
The hostname that was looked up.
Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddresses
The (possibly truncated) list of the IP addresses returned for DNS lookup (max 10 IPv4 or IPv6 addresses).
Declaration
[JsonProperty("ipAddresses")]
public virtual IList<string> IpAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
PackageName
The package name of the UID that performed the DNS lookup.
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalIpAddressesReturned
The number of IP addresses returned from the DNS lookup event. May be higher than the amount of ip_addresses if there were too many addresses to log.
Declaration
[JsonProperty("totalIpAddressesReturned")]
public virtual long? TotalIpAddressesReturned { get; set; }
Property Value
Type | Description |
---|---|
long? |