public static final class PutDisableFwSwitchRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
PutDisableFwSwitchRequest |
build() |
PutDisableFwSwitchRequest.Builder |
ipaddrList(List<String> ipaddrList)
The IP addresses.
|
PutDisableFwSwitchRequest.Builder |
ipVersion(String ipVersion)
IpVersion.
|
PutDisableFwSwitchRequest.Builder |
lang(String lang)
The language of the content within the response.
|
PutDisableFwSwitchRequest.Builder |
memberUid(String memberUid)
MemberUid.
|
PutDisableFwSwitchRequest.Builder |
regionList(List<String> regionList)
The regions.
|
PutDisableFwSwitchRequest.Builder |
resourceTypeList(List<String> resourceTypeList)
The types of the assets.
|
PutDisableFwSwitchRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public PutDisableFwSwitchRequest.Builder ipVersion(String ipVersion)
public PutDisableFwSwitchRequest.Builder ipaddrList(List<String> ipaddrList)
The IP addresses.
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["192.0.XX.XX","192.0.XX.XX"]
public PutDisableFwSwitchRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public PutDisableFwSwitchRequest.Builder memberUid(String memberUid)
public PutDisableFwSwitchRequest.Builder regionList(List<String> regionList)
The regions.
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["cn-hangzhou","cn-shanghai"]
public PutDisableFwSwitchRequest.Builder resourceTypeList(List<String> resourceTypeList)
The types of the assets.
example:You must specify at least one of the IpaddrList, RegionList, and ResourceTypeList parameters.
["EcsPublicIp","NatEip"]
public PutDisableFwSwitchRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.0.XX.XX
public PutDisableFwSwitchRequest build()
Copyright © 2026. All rights reserved.