public class AccessControlEventInfo extends AbstractModel
Constructor and Description |
---|
AccessControlEventInfo() |
AccessControlEventInfo(AccessControlEventInfo 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 |
getBehavior()
Get Action execution result.
|
String |
getContainerId()
Get Container ID, which is used for redirect.
|
String |
getContainerIsolateOperationSrc()
Get Container isolation operation source
|
String |
getContainerName()
Get Container name
|
String |
getContainerNetStatus()
Get Network status
`NORMAL`: Not isolated.
|
String |
getContainerNetSubStatus()
Get Sub-status of the container
"AGENT_OFFLINE" // The agent is offline.
|
String |
getContainerStatus()
Get Container status
`RUNNING`: Running.
|
String |
getDescription()
Get Event description
|
Long |
getEventCount()
Get Number of events
|
String |
getEventType()
Get Event type.
|
String |
getFileName()
Get Filename
|
String |
getFilePath()
Get File path containing the name
|
String |
getFoundTime()
Get Generation time
|
String |
getId()
Get Unique event ID
|
String |
getImageId()
Get Image ID, which is used for redirect.
|
String |
getImageName()
Get Image name
|
String |
getLatestFoundTime()
Get Last generation time
|
String |
getMatchAction()
Get Action of the hit rule:
`RULE_MODE_RELEASE`: Allow.
|
String |
getMatchFilePath()
Get Information of the file that hits the rule
|
String |
getMatchProcessPath()
Get Information of the process that hits the rule
|
String |
getMatchRuleId()
Get Hit policy ID
|
String |
getMatchRuleName()
Get Name of the hit rule
|
String |
getProcessName()
Get Process name
|
Boolean |
getRuleExist()
Get Whether the rule exists
|
String |
getRuleId()
Get Rule group ID
|
String |
getSolution()
Get Event solution
|
String |
getStatus()
Get Status.
|
void |
setBehavior(String Behavior)
Set Action execution result.
|
void |
setContainerId(String ContainerId)
Set Container ID, which is used for redirect.
|
void |
setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
Set Container isolation operation source
|
void |
setContainerName(String ContainerName)
Set Container name
|
void |
setContainerNetStatus(String ContainerNetStatus)
Set Network status
`NORMAL`: Not isolated.
|
void |
setContainerNetSubStatus(String ContainerNetSubStatus)
Set Sub-status of the container
"AGENT_OFFLINE" // The agent is offline.
|
void |
setContainerStatus(String ContainerStatus)
Set Container status
`RUNNING`: Running.
|
void |
setDescription(String Description)
Set Event description
|
void |
setEventCount(Long EventCount)
Set Number of events
|
void |
setEventType(String EventType)
Set Event type.
|
void |
setFileName(String FileName)
Set Filename
|
void |
setFilePath(String FilePath)
Set File path containing the name
|
void |
setFoundTime(String FoundTime)
Set Generation time
|
void |
setId(String Id)
Set Unique event ID
|
void |
setImageId(String ImageId)
Set Image ID, which is used for redirect.
|
void |
setImageName(String ImageName)
Set Image name
|
void |
setLatestFoundTime(String LatestFoundTime)
Set Last generation time
|
void |
setMatchAction(String MatchAction)
Set Action of the hit rule:
`RULE_MODE_RELEASE`: Allow.
|
void |
setMatchFilePath(String MatchFilePath)
Set Information of the file that hits the rule
|
void |
setMatchProcessPath(String MatchProcessPath)
Set Information of the process that hits the rule
|
void |
setMatchRuleId(String MatchRuleId)
Set Hit policy ID
|
void |
setMatchRuleName(String MatchRuleName)
Set Name of the hit rule
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setRuleExist(Boolean RuleExist)
Set Whether the rule exists
|
void |
setRuleId(String RuleId)
Set Rule group ID
|
void |
setSolution(String Solution)
Set Event solution
|
void |
setStatus(String Status)
Set Status.
|
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, toJsonString
public AccessControlEventInfo()
public AccessControlEventInfo(AccessControlEventInfo source)
public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic String getMatchRuleName()
public void setMatchRuleName(String MatchRuleName)
MatchRuleName
- Name of the hit rulepublic String getFoundTime()
public void setFoundTime(String FoundTime)
FoundTime
- Generation timepublic String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- Container namepublic String getImageName()
public void setImageName(String ImageName)
ImageName
- Image namepublic String getBehavior()
public void setBehavior(String Behavior)
Behavior
- Action execution result. `BEHAVIOR_NONE`: None.
`BEHAVIOR_ALERT`: Alert.
`BEHAVIOR_RELEASE`: Allow.
`BEHAVIOR_HOLDUP_FAILED`: Failed to block.
`BEHAVIOR_HOLDUP_SUCCESSED`: Blocked.public String getStatus()
public void setStatus(String Status)
Status
- Status. `0`: Pending. `EVENT_UNDEAL`: Pending.
`EVENT_DEALED`: Processed.
`EVENT_INGNORE`: Ignored.public String getId()
public void setId(String Id)
Id
- Unique event IDpublic String getFileName()
public void setFileName(String FileName)
FileName
- Filenamepublic String getEventType()
public void setEventType(String EventType)
EventType
- Event type. `FILE_ABNORMAL_READ`: Abnormal file read.public String getImageId()
public void setImageId(String ImageId)
ImageId
- Image ID, which is used for redirect.public String getContainerId()
public void setContainerId(String ContainerId)
ContainerId
- Container ID, which is used for redirect.public String getSolution()
public void setSolution(String Solution)
Solution
- Event solutionpublic String getDescription()
public void setDescription(String Description)
Description
- Event descriptionpublic String getMatchRuleId()
public void setMatchRuleId(String MatchRuleId)
MatchRuleId
- Hit policy IDpublic String getMatchAction()
public void setMatchAction(String MatchAction)
MatchAction
- Action of the hit rule:
`RULE_MODE_RELEASE`: Allow.
`RULE_MODE_ALERT`: Alert.
`RULE_MODE_HOLDUP`: Block.public String getMatchProcessPath()
public void setMatchProcessPath(String MatchProcessPath)
MatchProcessPath
- Information of the process that hits the rulepublic String getMatchFilePath()
public void setMatchFilePath(String MatchFilePath)
MatchFilePath
- Information of the file that hits the rulepublic String getFilePath()
public void setFilePath(String FilePath)
FilePath
- File path containing the namepublic Boolean getRuleExist()
public void setRuleExist(Boolean RuleExist)
RuleExist
- Whether the rule existspublic Long getEventCount()
public void setEventCount(Long EventCount)
EventCount
- Number of eventspublic String getLatestFoundTime()
public void setLatestFoundTime(String LatestFoundTime)
LatestFoundTime
- Last generation timepublic String getRuleId()
public void setRuleId(String RuleId)
RuleId
- Rule group IDpublic String getContainerNetStatus()
public void setContainerNetStatus(String ContainerNetStatus)
ContainerNetStatus
- Network status
`NORMAL`: Not isolated.
`ISOLATED`: Isolated.
`ISOLATING`: Isolating.
`ISOLATE_FAILED`: Isolation failed.
`RESTORING`: Recovering.
`RESTORE_FAILED`: Recovery failed.public String getContainerNetSubStatus()
public void setContainerNetSubStatus(String ContainerNetSubStatus)
ContainerNetSubStatus
- Sub-status of the container
"AGENT_OFFLINE" // The agent is offline.
"NODE_DESTROYED" // The node is terminated.
"CONTAINER_EXITED" // The container exited.
"CONTAINER_DESTROYED" // The container was terminated.
"SHARED_HOST" // The container shares the network with the server.
"RESOURCE_LIMIT" // The number of resources to be isolated exceeds the limit.
"UNKNOW" // The reason is unknown.public String getContainerIsolateOperationSrc()
public void setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
ContainerIsolateOperationSrc
- Container isolation operation sourcepublic String getContainerStatus()
public void setContainerStatus(String ContainerStatus)
ContainerStatus
- Container status
`RUNNING`: Running.
`PAUSED`: Paused.
`STOPPED`: Stopped.
`CREATED`: Created.
`DESTROYED`: Terminated.
`RESTARTING`: Restarting.
`REMOVING`: Removing.Copyright © 2023. All rights reserved.