public static final class ListHoneypotProbeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListHoneypotProbeRequest |
build() |
ListHoneypotProbeRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
ListHoneypotProbeRequest.Builder |
displayName(String displayName)
The name of the probe.
|
ListHoneypotProbeRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListHoneypotProbeRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListHoneypotProbeRequest.Builder |
probeStatus(String probeStatus)
The status of the probe.
|
ListHoneypotProbeRequest.Builder |
probeType(String probeType)
The type of the probe.
|
public ListHoneypotProbeRequest.Builder currentPage(Integer currentPage)
public ListHoneypotProbeRequest.Builder displayName(String displayName)
public ListHoneypotProbeRequest.Builder lang(String lang)
* **zh**: Chinese * **en**: English
public ListHoneypotProbeRequest.Builder pageSize(Integer pageSize)
> We recommend that you do not leave this parameter empty.
public ListHoneypotProbeRequest.Builder probeStatus(String probeStatus)
* **installed**: installed * **install_failed**: installation failed * **online**: online * **offline**: offline * **unnormal**: abnormal * **unprobe**: unauthorized * **uninstalling**: being uninstalled * **uninstalled**: uninstalled * **uninstall_failed**: uninstallation failed * **not_exist**: not installed
public ListHoneypotProbeRequest.Builder probeType(String probeType)
* **host_probe**: host probe * **vpc_black_hole_probe**: VPC probe
public ListHoneypotProbeRequest build()
Copyright © 2023. All rights reserved.