public static final class CreateHoneypotNodeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateHoneypotNodeRequest.Builder |
allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Specifies whether to allow honeypots to access the Internet.
|
CreateHoneypotNodeRequest.Builder |
availableProbeNum(Integer availableProbeNum)
The number of available probes.
|
CreateHoneypotNodeRequest |
build() |
CreateHoneypotNodeRequest.Builder |
nodeName(String nodeName)
The name of the management node.
|
CreateHoneypotNodeRequest.Builder |
securityGroupProbeIpList(List<String> securityGroupProbeIpList)
The CIDR blocks that are allowed to access the management node.
|
public CreateHoneypotNodeRequest.Builder allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Specifies whether to allow honeypots to access the Internet. Valid values:
true
public CreateHoneypotNodeRequest.Builder availableProbeNum(Integer availableProbeNum)
The number of available probes.
example:20
public CreateHoneypotNodeRequest.Builder nodeName(String nodeName)
The name of the management node.
This parameter is required.
example:manageNode
public CreateHoneypotNodeRequest.Builder securityGroupProbeIpList(List<String> securityGroupProbeIpList)
The CIDR blocks that are allowed to access the management node.
public CreateHoneypotNodeRequest build()
Copyright © 2026. All rights reserved.