public class DescribeNetAttackSettingResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeNetAttackSettingResponse() |
DescribeNetAttackSettingResponse(DescribeNetAttackSettingResponse 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 New assets automatically include: 0 - Do not include, 1 - include.
|
String[] |
getExcludeInstanceIds()
Get Custom Hosts to Exclude
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getInstanceIds()
Get Selected hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNetAttackAlarmStatus()
Get 0: New warning events pending processing by default, 1: New warning events processed by default, 3: New warning events ignored by default.
|
Long |
getNetAttackEnable()
Get 0 - Disable Network Attack Detection; 1 - Enable Network Attack Detection.
|
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 1 - All Premium Edition Hosts, 0 - Hosts in InstanceIds List
|
void |
setAutoInclude(Long AutoInclude)
Set New assets automatically include: 0 - Do not include, 1 - include.
|
void |
setExcludeInstanceIds(String[] ExcludeInstanceIds)
Set Custom Hosts to Exclude
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceIds(String[] InstanceIds)
Set Selected hosts
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNetAttackAlarmStatus(Long NetAttackAlarmStatus)
Set 0: New warning events pending processing by default, 1: New warning events processed by default, 3: New warning events ignored by default.
|
void |
setNetAttackEnable(Long NetAttackEnable)
Set 0 - Disable Network Attack Detection; 1 - Enable Network Attack Detection.
|
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 1 - All Premium Edition Hosts, 0 - Hosts in InstanceIds 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 DescribeNetAttackSettingResponse()
public DescribeNetAttackSettingResponse(DescribeNetAttackSettingResponse source)
public Long getNetAttackEnable()
public void setNetAttackEnable(Long NetAttackEnable)
NetAttackEnable
- 0 - Disable Network Attack Detection; 1 - Enable Network Attack Detection.public Long getNetAttackAlarmStatus()
public void setNetAttackAlarmStatus(Long NetAttackAlarmStatus)
NetAttackAlarmStatus
- 0: New warning events pending processing by default, 1: New warning events processed by default, 3: New warning events ignored by default.public Long getScope()
public void setScope(Long Scope)
Scope
- 1 - All Premium Edition Hosts, 0 - Hosts in InstanceIds Listpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Selected hosts
Note: This field may return null, indicating that no valid values can be obtained.public String[] getExcludeInstanceIds()
public void setExcludeInstanceIds(String[] ExcludeInstanceIds)
ExcludeInstanceIds
- Custom Hosts to Exclude
Note: This field may return null, indicating that no valid values can be obtained.public Long getAutoInclude()
public void setAutoInclude(Long AutoInclude)
AutoInclude
- New assets automatically include: 0 - Do not include, 1 - include.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.