AutonomousSystem

Contains information about the Autonomous System (AS) associated with the network endpoints involved in an attack sequence.

Types

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

Properties

Link copied to clipboard
val name: String?

Name associated with the Autonomous System (AS).

Link copied to clipboard
val number: Int?

The unique number that identifies the Autonomous System (AS).

Functions

Link copied to clipboard
inline fun copy(block: AutonomousSystem.Builder.() -> Unit = {}): AutonomousSystem
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