java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.DnsEntityProperties

public final class DnsEntityProperties extends EntityCommonProperties
Dns entity property bag.
  • Constructor Details

    • DnsEntityProperties

      public DnsEntityProperties()
  • 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.
    • validate

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