ConnectionType
extends AbstractModel
in package
This class provides the GeoIP2 Connection-Type model.
Table of Contents
- $connectionType : string|null
- $ipAddress : string
- $network : string
Properties
$connectionType read-only
public
string|null
$connectionType
The connection type may take the following values: "Dialup", "Cable/DSL", "Corporate", "Cellular". Additional values may be added in the future.
$ipAddress read-only
public
string
$ipAddress
The IP address that the data in the model is for.
$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.