public class EscapeRuleEnabled extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
EscapeRuleEnabled()  | 
EscapeRuleEnabled(EscapeRuleEnabled 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 | 
|---|---|
Boolean | 
getIsEnable()
Get Whether to enable. 
 | 
String | 
getType()
Get Rule type
   `ESCAPE_HOST_ACESS_FILE`: Host file access escape. 
 | 
void | 
setIsEnable(Boolean IsEnable)
Set Whether to enable. 
 | 
void | 
setType(String Type)
Set Rule type
   `ESCAPE_HOST_ACESS_FILE`: Host file access escape. 
 | 
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, toJsonStringpublic EscapeRuleEnabled()
public EscapeRuleEnabled(EscapeRuleEnabled source)
public String getType()
public void setType(String Type)
Type - Rule type
   `ESCAPE_HOST_ACESS_FILE`: Host file access escape.
   `ESCAPE_MOUNT_NAMESPACE`: Mount namespace escape.
   `ESCAPE_PRIVILEDGE`: Program privilege escalation escape.
   `ESCAPE_PRIVILEDGE_CONTAINER_START`: Privileged container startup escape.
   `ESCAPE_MOUNT_SENSITIVE_PTAH`: Sensitive path mount.
   `ESCAPE_SYSCALL`: Syscall escape.public Boolean getIsEnable()
public void setIsEnable(Boolean IsEnable)
IsEnable - Whether to enable. Valid values: `false` (no); `true` (yes).Copyright © 2024. All rights reserved.