Isp
extends AbstractModel
in package
This class provides the GeoIP2 ISP model.
Table of Contents
- $autonomousSystemNumber : int|null
- $autonomousSystemOrganization : string|null
- $ipAddress : string
- $isp : string|null
- $mobileCountryCode : string|null
- $mobileNetworkCode : string|null
- $network : string
- $organization : string|null
Properties
$autonomousSystemNumber read-only
public
int|null
$autonomousSystemNumber
The autonomous system number associated with the IP address.
$autonomousSystemOrganization read-only
public
string|null
$autonomousSystemOrganization
The organization associated with the registered autonomous system number for the IP address.
$ipAddress read-only
public
string
$ipAddress
The IP address that the data in the model is for.
$isp read-only
public
string|null
$isp
The name of the ISP associated with the IP address.
$mobileCountryCode read-only
public
string|null
$mobileCountryCode
The mobile country code (MCC) associated with the IP address and ISP.
$mobileNetworkCode read-only
public
string|null
$mobileNetworkCode
The mobile network code (MNC) associated with the IP address and ISP.
$network read-only
public
string
$network
The network in CIDR notation associated with the record. In particular, this is the largest network where all of the fields besides $ipAddress have the same value.
$organization read-only
public
string|null
$organization
The name of the organization associated with the IP address.