GetHoneypotProbesProbe

data class GetHoneypotProbesProbe(val arp: Boolean, val controlNodeId: String, val displayName: String, val honeypotBindLists: List<GetHoneypotProbesProbeHoneypotBindList>, val honeypotProbeId: String, val id: String, val ping: Boolean, val probeType: String, val serviceIpLists: List<String>, val status: String, val uuid: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(arp: Boolean, controlNodeId: String, displayName: String, honeypotBindLists: List<GetHoneypotProbesProbeHoneypotBindList>, honeypotProbeId: String, id: String, ping: Boolean, probeType: String, serviceIpLists: List<String>, status: String, uuid: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARP spoofing detection.-true: Enable-false: Disabled. Available when enable_details is on.

Link copied to clipboard

The ID of the management node.

Link copied to clipboard

Probe name

Link copied to clipboard

The first ID of the resource

Link copied to clipboard
val id: String

The ID of the honeypot probe. Its value is the same as honeypot_probe_id.

Link copied to clipboard

Ping scan detection. Value:true: Enable false: Disabled. Available when enable_details is on.

Link copied to clipboard

Probe type

Link copied to clipboard

Listen to the IP address list. Available when enable_details is on.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

Machine uuid. Has a value when the type is host_probe.

Link copied to clipboard

The ID of the VPC. Has a value when the type is vpc_black_hole_probe.