public static final class CreateHoneypotNodeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateHoneypotNodeRequest.Builder |
allowHoneypotAccessInternet(Boolean allowHoneypotAccessInternet)
Specifies whether to allow the honeypots to access the Internet.
|
CreateHoneypotNodeRequest.Builder |
availableProbeNum(Integer availableProbeNum)
The number of probes that you want to allocate for the management node.
|
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)
* **true**: allows the honeypots to access the Internet. * **false**: does not allow the honeypots to access the Internet.
public CreateHoneypotNodeRequest.Builder availableProbeNum(Integer availableProbeNum)
public CreateHoneypotNodeRequest.Builder nodeName(String nodeName)
public CreateHoneypotNodeRequest.Builder securityGroupProbeIpList(List<String> securityGroupProbeIpList)
public CreateHoneypotNodeRequest build()
Copyright © 2023. All rights reserved.