Interface EnrichmentIpGeodata
public interface EnrichmentIpGeodata
An immutable client-side representation of EnrichmentIpGeodata.
-
Method Summary
Modifier and TypeMethodDescriptionasn()
Gets the asn property: The autonomous system number associated with this IP address.carrier()
Gets the carrier property: The name of the carrier for this IP address.city()
Gets the city property: The city this IP address is located in.cityCf()
Gets the cityCf property: A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100.Gets the continent property: The continent this IP address is located on.country()
Gets the country property: The county this IP address is located in.Gets the countryCf property: A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner object.ipAddr()
Gets the ipAddr property: The dotted-decimal or colon-separated string representation of the IP address.Gets the ipRoutingType property: A description of the connection type of this IP address.latitude()
Gets the latitude property: The latitude of this IP address.Gets the longitude property: The longitude of this IP address.Gets the organization property: The name of the organization for this IP address.Gets the organizationType property: The type of the organization for this IP address.region()
Gets the region property: The geographic region this IP address is located in.state()
Gets the state property: The state this IP address is located in.stateCf()
Gets the stateCf property: A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100.Gets the stateCode property: The abbreviated name for the state this IP address is located in.
-
Method Details
-
asn
String asn()Gets the asn property: The autonomous system number associated with this IP address.- Returns:
- the asn value.
-
carrier
String carrier()Gets the carrier property: The name of the carrier for this IP address.- Returns:
- the carrier value.
-
city
String city()Gets the city property: The city this IP address is located in.- Returns:
- the city value.
-
cityCf
Integer cityCf()Gets the cityCf property: A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100.- Returns:
- the cityCf value.
-
continent
String continent()Gets the continent property: The continent this IP address is located on.- Returns:
- the continent value.
-
country
String country()Gets the country property: The county this IP address is located in.- Returns:
- the country value.
-
countryCf
Integer countryCf()Gets the countryCf property: A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100.- Returns:
- the countryCf value.
-
ipAddr
String ipAddr()Gets the ipAddr property: The dotted-decimal or colon-separated string representation of the IP address.- Returns:
- the ipAddr value.
-
ipRoutingType
String ipRoutingType()Gets the ipRoutingType property: A description of the connection type of this IP address.- Returns:
- the ipRoutingType value.
-
latitude
String latitude()Gets the latitude property: The latitude of this IP address.- Returns:
- the latitude value.
-
longitude
String longitude()Gets the longitude property: The longitude of this IP address.- Returns:
- the longitude value.
-
organization
String organization()Gets the organization property: The name of the organization for this IP address.- Returns:
- the organization value.
-
organizationType
String organizationType()Gets the organizationType property: The type of the organization for this IP address.- Returns:
- the organizationType value.
-
region
String region()Gets the region property: The geographic region this IP address is located in.- Returns:
- the region value.
-
state
String state()Gets the state property: The state this IP address is located in.- Returns:
- the state value.
-
stateCf
Integer stateCf()Gets the stateCf property: A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100.- Returns:
- the stateCf value.
-
stateCode
String stateCode()Gets the stateCode property: The abbreviated name for the state this IP address is located in.- Returns:
- the stateCode value.
-
innerModel
EnrichmentIpGeodataInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner object.- Returns:
- the inner object.
-