public class DeleteIpAccessControlV2Request extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteIpAccessControlV2Request() |
DeleteIpAccessControlV2Request(DeleteIpAccessControlV2Request source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getActionType()
Get IP blocklist/allowlist type.
|
Boolean |
getDeleteAll()
Get Whether to delete all IP blocklists/allowlists under the corresponding domain name.
|
String |
getDomain()
Get Domain name
|
Long[] |
getRuleIds()
Get Rule ID list.
|
String |
getSourceType()
Get batch: indicates batch protection IP allowlists/blocklists.
|
void |
setActionType(Long ActionType)
Set IP blocklist/allowlist type.
|
void |
setDeleteAll(Boolean DeleteAll)
Set Whether to delete all IP blocklists/allowlists under the corresponding domain name.
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setRuleIds(Long[] RuleIds)
Set Rule ID list.
|
void |
setSourceType(String SourceType)
Set batch: indicates batch protection IP allowlists/blocklists.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteIpAccessControlV2Request()
public DeleteIpAccessControlV2Request(DeleteIpAccessControlV2Request source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic Long[] getRuleIds()
public void setRuleIds(Long[] RuleIds)
RuleIds
- Rule ID list. Batch deletion is supported. This parameter does not need to be specified when DeleteAll is true.public Boolean getDeleteAll()
public void setDeleteAll(Boolean DeleteAll)
DeleteAll
- Whether to delete all IP blocklists/allowlists under the corresponding domain name. true: delete all lists; false: delete only the specified lists. Batch protection is not supported.public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- batch: indicates batch protection IP allowlists/blocklists.public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- IP blocklist/allowlist type. 40: IP allowlist; 42: IP blocklist. This parameter should be passed in when DeleteAll is true.Copyright © 2025. All rights reserved.