public class AddEscapeWhiteListRequest extends AbstractModel
| Constructor and Description | 
|---|
| AddEscapeWhiteListRequest() | 
| AddEscapeWhiteListRequest(AddEscapeWhiteListRequest 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[] | getEventType()Get Allowed event type
   `ESCAPE_CGROUPS`: Cgroup escape. | 
| String[] | getImageIDs()Get Array of allowed image IDs | 
| void | setEventType(String[] EventType)Set Allowed event type
   `ESCAPE_CGROUPS`: Cgroup escape. | 
| void | setImageIDs(String[] ImageIDs)Set Array of allowed image IDs | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic AddEscapeWhiteListRequest()
public AddEscapeWhiteListRequest(AddEscapeWhiteListRequest source)
public 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.public String[] getImageIDs()
public void setImageIDs(String[] ImageIDs)
ImageIDs - Array of allowed image IDsCopyright © 2023. All rights reserved.