\GeoIp2\ModelConnectionType

This class provides the GeoIP2 Connection-Type model.

Summary

Methods
Properties
Constants
No public methods found
$connectionType
$ipAddress
$network
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$connectionType

$connectionType : string|null

The connection type may take the following values: "Dialup", "Cable/DSL", "Corporate", "Cellular". Additional values may be added in the future.

Type

string|null

$ipAddress

$ipAddress : string

The IP address that the data in the model is for.

Type

string

$network

$network : string

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.

Type

string