Interface EnrichmentIpGeodata


  • public interface EnrichmentIpGeodata
    An immutable client-side representation of EnrichmentIpGeodata.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String asn()
      Gets the asn property: The autonomous system number associated with this IP address.
      String carrier()
      Gets the carrier property: The name of the carrier for this IP address.
      String city()
      Gets the city property: The city this IP address is located in.
      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.
      String continent()
      Gets the continent property: The continent this IP address is located on.
      String country()
      Gets the country property: The county this IP address is located in.
      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.
      EnrichmentIpGeodataInner innerModel()
      Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner object.
      String ipAddr()
      Gets the ipAddr property: The dotted-decimal or colon-separated string representation of the IP address.
      String ipRoutingType()
      Gets the ipRoutingType property: A description of the connection type of this IP address.
      String latitude()
      Gets the latitude property: The latitude of this IP address.
      String longitude()
      Gets the longitude property: The longitude of this IP address.
      String organization()
      Gets the organization property: The name of the organization for this IP address.
      String organizationType()
      Gets the organizationType property: The type of the organization for this IP address.
      String region()
      Gets the region property: The geographic region this IP address is located in.
      String state()
      Gets the state property: The state this IP address is located in.
      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.
      String stateCode()
      Gets the stateCode property: The abbreviated name for the state this IP address is located in.
    • Method Detail

      • 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.