toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.threatdetection.kotlin.outputs
/
HoneypotProbeHoneypotBindListBindPortList
Honeypot
Probe
Honeypot
Bind
List
Bind
Port
List
data
class
HoneypotProbeHoneypotBindListBindPortList
(
val
bindPort
:
Boolean
?
=
null
,
val
endPort
:
Int
?
=
null
,
val
fixed
:
Boolean
?
=
null
,
val
startPort
:
Int
?
=
null
,
val
targetPort
:
Int
?
=
null
)
Members
Constructors
Honeypot
Probe
Honeypot
Bind
List
Bind
Port
List
Link copied to clipboard
constructor
(
bindPort
:
Boolean
?
=
null
,
endPort
:
Int
?
=
null
,
fixed
:
Boolean
?
=
null
,
startPort
:
Int
?
=
null
,
targetPort
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bind
Port
Link copied to clipboard
val
bindPort
:
Boolean
?
=
null
Whether to bind the port.
end
Port
Link copied to clipboard
val
endPort
:
Int
?
=
null
End port.
fixed
Link copied to clipboard
val
fixed
:
Boolean
?
=
null
Whether the port is fixed.
start
Port
Link copied to clipboard
val
startPort
:
Int
?
=
null
Start port.
target
Port
Link copied to clipboard
val
targetPort
:
Int
?
=
null
Destination port.