Class IpEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.IpEntityProperties
Ip entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddress()
Get the address property: The IP address as string, e.g.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.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
IpEntityProperties
public IpEntityProperties()
-
-
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.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-