Class DnsEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.DnsEntity
Represents a dns entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
validate()
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
-
Constructor Details
-
DnsEntity
public DnsEntity()
-
-
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.
-
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
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 classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-