Class IpEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.IpEntity
Represents an ip 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.address()
Get the address property: The IP address as string, e.g.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.location()
Get the location property: The geo-location context attached to the ip entity.Get the threatIntelligence property: A list of TI contexts attached to the ip entity.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
-
IpEntity
public IpEntity()
-
-
Method Details
-
address
Get the address property: The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6).- Returns:
- the address value.
-
location
Get the location property: The geo-location context attached to the ip entity.- Returns:
- the location value.
-
threatIntelligence
Get the threatIntelligence property: A list of TI contexts attached to the ip entity.- Returns:
- the threatIntelligence 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.
-