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 |
getAutoInclude()
Get Whether new ultimate edition hosts automatically join: 1 - yes; 0 - no
|
Long |
getEnable()
Get Defense switch: 0 - off; 1 - on
|
String[] |
getExcludeInstanceIds()
Get List of excluded host IDs
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getFlagshipCount()
Get Current number of ultimate edition hosts
|
String[] |
getInstanceIds()
Get List of affected host IDs
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getQuuids()
Get List of affected host QUUIDs
Note: This field may return null, indicating that no valid values can be obtained.
|
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 impact: 1 - all ultimate edition hosts across the network; 0 - hosts in the QUUID list
|
void |
setAutoInclude(Long AutoInclude)
Set Whether new ultimate edition hosts automatically join: 1 - yes; 0 - no
|
void |
setEnable(Long Enable)
Set Defense switch: 0 - off; 1 - on
|
void |
setExcludeInstanceIds(String[] ExcludeInstanceIds)
Set List of excluded host IDs
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFlagshipCount(Long FlagshipCount)
Set Current number of ultimate edition hosts
|
void |
setInstanceIds(String[] InstanceIds)
Set List of affected host IDs
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuids(String[] Quuids)
Set List of affected host QUUIDs
Note: This field may return null, indicating that no valid values can be obtained.
|
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 impact: 1 - all ultimate edition hosts across the network; 0 - hosts in the QUUID list
|
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 getEnable()
public void setEnable(Long Enable)
Enable
- Defense switch: 0 - off; 1 - onpublic Long getScope()
public void setScope(Long Scope)
Scope
- Scope of impact: 1 - all ultimate edition hosts across the network; 0 - hosts in the QUUID listpublic String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- List of affected host QUUIDs
Note: This field may return null, indicating that no valid values can be obtained.public Long getFlagshipCount()
public void setFlagshipCount(Long FlagshipCount)
FlagshipCount
- Current number of ultimate edition hostspublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- List of affected host IDs
Note: This field may return null, indicating that no valid values can be obtained.public Long getAutoInclude()
public void setAutoInclude(Long AutoInclude)
AutoInclude
- Whether new ultimate edition hosts automatically join: 1 - yes; 0 - nopublic String[] getExcludeInstanceIds()
public void setExcludeInstanceIds(String[] ExcludeInstanceIds)
ExcludeInstanceIds
- List of excluded host IDs
Note: This field may return null, indicating that no valid values can be obtained.public 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 © 2024. All rights reserved.