public class ModifyEscapeEventStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyEscapeEventStatusRequest() |
ModifyEscapeEventStatusRequest(ModifyEscapeEventStatusRequest 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 |
---|---|
String[] |
getEventIdSet()
Get List of event IDs
|
String[] |
getEventType()
Get Allowed event type
`ESCAPE_CGROUPS`: Cgroup escape.
|
String[] |
getImageIDs()
Get Array of allowed image IDs
|
String |
getRemark()
Get Remarks
|
String |
getStatus()
Get Event status:
`EVENT_UNDEAL`: Pending (Unignored).
|
void |
setEventIdSet(String[] EventIdSet)
Set List of event IDs
|
void |
setEventType(String[] EventType)
Set Allowed event type
`ESCAPE_CGROUPS`: Cgroup escape.
|
void |
setImageIDs(String[] ImageIDs)
Set Array of allowed image IDs
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setStatus(String Status)
Set Event status:
`EVENT_UNDEAL`: Pending (Unignored).
|
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 ModifyEscapeEventStatusRequest()
public ModifyEscapeEventStatusRequest(ModifyEscapeEventStatusRequest source)
public String[] getEventIdSet()
public void setEventIdSet(String[] EventIdSet)
EventIdSet
- List of event IDspublic String getStatus()
public void setStatus(String Status)
Status
- Event status:
`EVENT_UNDEAL`: Pending (Unignored).
`EVENT_DEALED`: Processed.
`EVENT_IGNORE`: Ignored.
`EVENT_DELETE`: Deleted.
`EVENT_ADD_WHITE`: Allowed.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarkspublic String[] getImageIDs()
public void setImageIDs(String[] ImageIDs)
ImageIDs
- Array of allowed image IDspublic String[] getEventType()
public void setEventType(String[] EventType)
EventType
- Allowed event type
`ESCAPE_CGROUPS`: Cgroup escape.
`ESCAPE_TAMPER_SENSITIVE_FILE`: File tamper escape.
`ESCAPE_DOCKER_API`: Docker API access escape.
`ESCAPE_VUL_OCCURRED`: Vulnerability exploit.
`MOUNT_SENSITIVE_PTAH`: Sensitive path mount.
`PRIVILEGE_CONTAINER_START`: Privileged container.
`PRIVILEGE`: Program privilege escalation escape.Copyright © 2024. All rights reserved.