Class DnsEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.DnsEntityProperties
Dns entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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 hostIpAddressEntityId property: An ip entity id for the dns request client.Get the ipAddressEntityIds property: Ip entity identifiers for the resolved ip address.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
DnsEntityProperties
public DnsEntityProperties()
-
-
Method Details
-
dnsServerIpEntityId
Get the dnsServerIpEntityId property: An ip entity id for the dns server resolving the request.- Returns:
- the dnsServerIpEntityId value.
-
domainName
Get the domainName property: The name of the dns record associated with the alert.- Returns:
- the domainName value.
-
hostIpAddressEntityId
Get the hostIpAddressEntityId property: An ip entity id for the dns request client.- Returns:
- the hostIpAddressEntityId value.
-
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 classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-