Class DnsEntity


  • public final class DnsEntity
    extends EntityInner
    Represents a dns entity.
    • Constructor Detail

      • DnsEntity

        public DnsEntity()
    • Method Detail

      • dnsServerIpEntityId

        public String dnsServerIpEntityId()
        Get the dnsServerIpEntityId property: An ip entity id for the dns server resolving the request.
        Returns:
        the dnsServerIpEntityId value.
      • domainName

        public String domainName()
        Get the domainName property: The name of the dns record associated with the alert.
        Returns:
        the domainName value.
      • hostIpAddressEntityId

        public String hostIpAddressEntityId()
        Get the hostIpAddressEntityId property: An ip entity id for the dns request client.
        Returns:
        the hostIpAddressEntityId value.
      • ipAddressEntityIds

        public List<String> ipAddressEntityIds()
        Get the ipAddressEntityIds property: Ip entity identifiers for the resolved ip address.
        Returns:
        the ipAddressEntityIds value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.