HoneypotProbeHoneypotBindListBindPortList

data class HoneypotProbeHoneypotBindListBindPortList(val bindPort: Boolean? = null, val endPort: Int? = null, val fixed: Boolean? = null, val startPort: Int? = null, val targetPort: Int? = null)

Constructors

constructor(bindPort: Boolean? = null, endPort: Int? = null, fixed: Boolean? = null, startPort: Int? = null, targetPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bindPort: Boolean? = null

Whether to bind the port.

Link copied to clipboard
val endPort: Int? = null

End port.

Link copied to clipboard
val fixed: Boolean? = null

Whether the port is fixed.

Link copied to clipboard
val startPort: Int? = null

Start port.

Link copied to clipboard
val targetPort: Int? = null

Destination port.