GetHoneypotProbesProbeHoneypotBindListBindPortList

data class GetHoneypotProbesProbeHoneypotBindListBindPortList(val bindPort: Boolean, val endPort: Int, val fixed: Boolean, val startPort: Int, val targetPort: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to bind the port.

Link copied to clipboard

End port.

Link copied to clipboard

Whether the port is fixed.

Link copied to clipboard

Start port.

Link copied to clipboard

Destination port.