public class ModifyNetAttackSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNetAttackSettingRequest() |
ModifyNetAttackSettingRequest(ModifyNetAttackSettingRequest 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 Manually Excluded Hosts
|
String[] |
getInstanceIds()
Get Specified hosts
|
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.
|
Long |
getScope()
Get 1 - All Ultimate edition hosts; 0 - list of hosts with Quuids
|
void |
setAutoInclude(Long AutoInclude)
Set New assets automatically include: 0 - Do not include, 1 - include.
|
void |
setExcludeInstanceIds(String[] ExcludeInstanceIds)
Set Manually Excluded Hosts
|
void |
setInstanceIds(String[] InstanceIds)
Set Specified hosts
|
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 |
setScope(Long Scope)
Set 1 - All Ultimate edition hosts; 0 - list of hosts with Quuids
|
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 ModifyNetAttackSettingRequest()
public ModifyNetAttackSettingRequest(ModifyNetAttackSettingRequest 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 Ultimate edition hosts; 0 - list of hosts with Quuidspublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Specified hostspublic String[] getExcludeInstanceIds()
public void setExcludeInstanceIds(String[] ExcludeInstanceIds)
ExcludeInstanceIds
- Manually Excluded Hostspublic Long getAutoInclude()
public void setAutoInclude(Long AutoInclude)
AutoInclude
- New assets automatically include: 0 - Do not include, 1 - include.Copyright © 2025. All rights reserved.