HoneypotProbeHoneypotBindListBindPortListArgs

data class HoneypotProbeHoneypotBindListBindPortListArgs(val bindPort: Output<Boolean>? = null, val endPort: Output<Int>? = null, val fixed: Output<Boolean>? = null, val startPort: Output<Int>? = null, val targetPort: Output<Int>? = null) : ConvertibleToJava<HoneypotProbeHoneypotBindListBindPortListArgs>

Constructors

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

Properties

Link copied to clipboard
val bindPort: Output<Boolean>? = null

Whether to bind the port.

Link copied to clipboard
val endPort: Output<Int>? = null

End port.

Link copied to clipboard
val fixed: Output<Boolean>? = null

Whether the port is fixed.

Link copied to clipboard
val startPort: Output<Int>? = null

Start port.

Link copied to clipboard
val targetPort: Output<Int>? = null

Destination port.

Functions

Link copied to clipboard
open override fun toJava(): HoneypotProbeHoneypotBindListBindPortListArgs