public class DescribeVulDefenceSettingResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeVulDefenceSettingResponse() |
DescribeVulDefenceSettingResponse(DescribeVulDefenceSettingResponse 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 |
getExceptionHostCount()
Get Number of abnormal servers with exploit prevention enabled
|
Long |
getHostCount()
Get Number of servers with exploit prevention enabled
|
String[] |
getHostIDs()
Get Specified servers with exploit prevention enabled
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHostNodeCount()
Get Number of normal nodes
|
Long |
getHostTotalCount()
Get Total number of servers with TCSS activated
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsEnabled()
Get Whether it is enabled.
|
Long |
getNodeTotalCount()
Get Total number of super nodes with TCSS activated
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getScope()
Get Scope of servers with exploit prevention enabled.
|
Long |
getSuperNodeCount()
Get Number of super nodes
|
String[] |
getSuperNodeIds()
Get List of super node IDs
|
Long |
getSuperScope()
Get Super node scope
|
Long |
getSupportDefenseVulCount()
Get Number of vulnerabilities that can be prevented
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExceptionHostCount(Long ExceptionHostCount)
Set Number of abnormal servers with exploit prevention enabled
|
void |
setHostCount(Long HostCount)
Set Number of servers with exploit prevention enabled
|
void |
setHostIDs(String[] HostIDs)
Set Specified servers with exploit prevention enabled
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostNodeCount(Long HostNodeCount)
Set Number of normal nodes
|
void |
setHostTotalCount(Long HostTotalCount)
Set Total number of servers with TCSS activated
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsEnabled(Long IsEnabled)
Set Whether it is enabled.
|
void |
setNodeTotalCount(Long NodeTotalCount)
Set Total number of super nodes with TCSS activated
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setScope(Long Scope)
Set Scope of servers with exploit prevention enabled.
|
void |
setSuperNodeCount(Long SuperNodeCount)
Set Number of super nodes
|
void |
setSuperNodeIds(String[] SuperNodeIds)
Set List of super node IDs
|
void |
setSuperScope(Long SuperScope)
Set Super node scope
|
void |
setSupportDefenseVulCount(Long SupportDefenseVulCount)
Set Number of vulnerabilities that can be prevented
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVulDefenceSettingResponse()
public DescribeVulDefenceSettingResponse(DescribeVulDefenceSettingResponse source)
public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled
- Whether it is enabled. Valid values: `0` (disabled); `1` (enabled).public Long getScope()
public void setScope(Long Scope)
Scope
- Scope of servers with exploit prevention enabled. Valid values: `0` (specified servers); `1` (all servers).public Long getHostCount()
public void setHostCount(Long HostCount)
HostCount
- Number of servers with exploit prevention enabledpublic Long getExceptionHostCount()
public void setExceptionHostCount(Long ExceptionHostCount)
ExceptionHostCount
- Number of abnormal servers with exploit prevention enabledpublic String[] getHostIDs()
public void setHostIDs(String[] HostIDs)
HostIDs
- Specified servers with exploit prevention enabled
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostTotalCount()
public void setHostTotalCount(Long HostTotalCount)
HostTotalCount
- Total number of servers with TCSS activated
Note: This field may return null, indicating that no valid values can be obtained.public Long getSupportDefenseVulCount()
public void setSupportDefenseVulCount(Long SupportDefenseVulCount)
SupportDefenseVulCount
- Number of vulnerabilities that can be prevented
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostNodeCount()
public void setHostNodeCount(Long HostNodeCount)
HostNodeCount
- Number of normal nodespublic Long getSuperScope()
public void setSuperScope(Long SuperScope)
SuperScope
- Super node scopepublic Long getSuperNodeCount()
public void setSuperNodeCount(Long SuperNodeCount)
SuperNodeCount
- Number of super nodespublic String[] getSuperNodeIds()
public void setSuperNodeIds(String[] SuperNodeIds)
SuperNodeIds
- List of super node IDspublic Long getNodeTotalCount()
public void setNodeTotalCount(Long NodeTotalCount)
NodeTotalCount
- Total number of super nodes with TCSS activatedpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.