GetHoneypotProbesResult

data class GetHoneypotProbesResult(val displayName: String? = null, val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val outputFile: String? = null, val probeStatus: String? = null, val probeType: String? = null, val probes: List<GetHoneypotProbesProbe>)

A collection of values returned by getHoneypotProbes.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, enableDetails: Boolean? = null, id: String, ids: List<String>, nameRegex: String? = null, outputFile: String? = null, probeStatus: String? = null, probeType: String? = null, probes: List<GetHoneypotProbesProbe>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Probe name.

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Honeypot Probe IDs.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of Honeypot Probe Entries. Each element contains the following attributes:

Link copied to clipboard
val probeStatus: String? = null
Link copied to clipboard
val probeType: String? = null

Probe type, support host_probe and vpc_black_hole_probe.