public static final class CreateHoneypotProbeRequest.Builder extends Object
public CreateHoneypotProbeRequest.Builder arp(Boolean arp)
* **true**: yes * **false**: no
public CreateHoneypotProbeRequest.Builder businessGroupId(String businessGroupId)
public CreateHoneypotProbeRequest.Builder controlNodeId(String controlNodeId)
> You can call the [ListHoneypotNode](~~ListHoneypotNode~~) operation to query the IDs of management nodes.
public CreateHoneypotProbeRequest.Builder displayName(String displayName)
public CreateHoneypotProbeRequest.Builder honeypotBindList(List<CreateHoneypotProbeRequest.HoneypotBindList> honeypotBindList)
public CreateHoneypotProbeRequest.Builder ping(Boolean ping)
* **false**: yes * **false**: no
public CreateHoneypotProbeRequest.Builder probeType(String probeType)
* **host_probe**: host probe * **vpc_black_hole_probe**: virtual private cloud (VPC) probe
public CreateHoneypotProbeRequest.Builder probeVersion(String probeVersion)
public CreateHoneypotProbeRequest.Builder proxyIp(String proxyIp)
public CreateHoneypotProbeRequest.Builder uuid(String uuid)
> If **ProbeType** is set to **host_probe**, this parameter is required.
public CreateHoneypotProbeRequest.Builder vpcId(String vpcId)
> If **ProbeType** is set to **vpc_black_hole_probe**, this parameter is required. You can call the DescribeVpcHoneyPotList operation to query the IDs of VPCs.
public CreateHoneypotProbeRequest build()
Copyright © 2023. All rights reserved.