java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.DnsEntity

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
    Get the dnsServerIpEntityId property: An ip entity id for the dns server resolving the request.
    Get the domainName property: The name of the dns record associated with the alert.
    Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.
    Get the hostIpAddressEntityId property: An ip entity id for the dns request client.
    Get the ipAddressEntityIds property: Ip entity identifiers for the resolved ip address.
    void
    Validates the instance.

    Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner

    systemData

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DnsEntity

      public DnsEntity()
  • Method Details

    • 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.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityInner
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.