public static final class UpdateHoneypotProbeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateHoneypotProbeRequest.Builder |
arp(Boolean arp)
Specifies whether address resolution protocol (ARP) is enabled for the check type.
|
UpdateHoneypotProbeRequest |
build() |
UpdateHoneypotProbeRequest.Builder |
displayName(String displayName)
The name of the probe.
|
UpdateHoneypotProbeRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
UpdateHoneypotProbeRequest.Builder |
ping(Boolean ping)
Specifies whether ping is enabled for the check type.
|
UpdateHoneypotProbeRequest.Builder |
probeId(String probeId)
The ID of the probe.
|
UpdateHoneypotProbeRequest.Builder |
serviceIpList(List<String> serviceIpList)
The IP addresses that are monitored.
|
public UpdateHoneypotProbeRequest.Builder arp(Boolean arp)
Specifies whether address resolution protocol (ARP) is enabled for the check type.
example:false
public UpdateHoneypotProbeRequest.Builder displayName(String displayName)
The name of the probe.
example:svwsx-vpc-4430
public UpdateHoneypotProbeRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public UpdateHoneypotProbeRequest.Builder ping(Boolean ping)
Specifies whether ping is enabled for the check type.
example:true
public UpdateHoneypotProbeRequest.Builder probeId(String probeId)
The ID of the probe.
You can call the ListHoneypotProbe operation to query the IDs of probes.
This parameter is required.
example:bbe7e382-956f-473e-beed-bc73a258****
public UpdateHoneypotProbeRequest.Builder serviceIpList(List<String> serviceIpList)
The IP addresses that are monitored.
public UpdateHoneypotProbeRequest build()
Copyright © 2026. All rights reserved.