IpOwner

class IpOwner

Provides information about the registered owner of an IP address.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String?

The autonomous system number (ASN) for the autonomous system that included the IP address.

Link copied to clipboard

The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.

Link copied to clipboard
val isp: String?

The name of the internet service provider (ISP) that owned the IP address.

Link copied to clipboard
val org: String?

The name of the organization that owned the IP address.

Functions

Link copied to clipboard
inline fun copy(block: IpOwner.Builder.() -> Unit = {}): IpOwner
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String