public class EscapeEventInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EscapeEventInfo() |
EscapeEventInfo(EscapeEventInfo 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 |
getClusterID()
Get ID of the cluster where the node resides
|
String |
getClusterName()
Get Cluster name
|
String |
getContainerId()
Get Container ID, which is used for redirect.
|
String |
getContainerIsolateOperationSrc()
Get Container isolation operation source
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
getEventId()
Get Unique event ID
|
String |
getEventName()
Get Event name
Host file access escape
Syscall escape
Mount namespace escape
Program privilege escalation escape
Privileged container startup escape
Sensitive path mount
|
String |
getEventType()
Get Event type.
|
String |
getFoundTime()
Get Generation time
|
String |
getHostID()
Get Server IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostIP()
Get Private IP of the node
|
String |
getImageId()
Get Image ID, which is used for redirect.
|
String |
getImageName()
Get Image name
|
String |
getLatestFoundTime()
Get Last generation time
|
String |
getNodeID()
Get Node ID
|
String |
getNodeIP()
Get Node IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getNodeName()
Get Node name
|
String |
getNodeType()
Get Node type.
|
String |
getNodeUniqueID()
Get Unique node ID
|
String |
getPodIP()
Get Pod IP
|
String |
getPodName()
Get Pod (instance) name
|
String |
getPublicIP()
Get Node public IP
|
String |
getSolution()
Get Event solution
|
String |
getStatus()
Get Status.
|
void |
setClusterID(String ClusterID)
Set ID of the cluster where the node resides
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setContainerId(String ContainerId)
Set Container ID, which is used for redirect.
|
void |
setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
Set Container isolation operation source
Note: This field may return null, indicating that no valid values can be obtained.
|
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 |
setEventId(String EventId)
Set Unique event ID
|
void |
setEventName(String EventName)
Set Event name
Host file access escape
Syscall escape
Mount namespace escape
Program privilege escalation escape
Privileged container startup escape
Sensitive path mount
|
void |
setEventType(String EventType)
Set Event type.
|
void |
setFoundTime(String FoundTime)
Set Generation time
|
void |
setHostID(String HostID)
Set Server IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostIP(String HostIP)
Set Private IP of the node
|
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 |
setNodeID(String NodeID)
Set Node ID
|
void |
setNodeIP(String NodeIP)
Set Node IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNodeName(String NodeName)
Set Node name
|
void |
setNodeType(String NodeType)
Set Node type.
|
void |
setNodeUniqueID(String NodeUniqueID)
Set Unique node ID
|
void |
setPodIP(String PodIP)
Set Pod IP
|
void |
setPodName(String PodName)
Set Pod (instance) name
|
void |
setPublicIP(String PublicIP)
Set Node public IP
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EscapeEventInfo()
public EscapeEventInfo(EscapeEventInfo source)
public String getEventType()
public void setEventType(String EventType)
EventType
- 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 getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- Container namepublic String getImageName()
public void setImageName(String ImageName)
ImageName
- Image namepublic String getStatus()
public void setStatus(String Status)
Status
- Status. Valid values: `EVENT_UNDEAL` (pending); `EVENT_DEALED` (processed); `EVENT_INGNORE` (ignored).public String getEventId()
public void setEventId(String EventId)
EventId
- Unique event IDpublic String getNodeName()
public void setNodeName(String NodeName)
NodeName
- Node namepublic String getPodName()
public void setPodName(String PodName)
PodName
- Pod (instance) namepublic String getFoundTime()
public void setFoundTime(String FoundTime)
FoundTime
- Generation timepublic String getEventName()
public void setEventName(String EventName)
EventName
- Event name
Host file access escape
Syscall escape
Mount namespace escape
Program privilege escalation escape
Privileged container startup escape
Sensitive path mountpublic 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 Long getEventCount()
public void setEventCount(Long EventCount)
EventCount
- Number of eventspublic String getLatestFoundTime()
public void setLatestFoundTime(String LatestFoundTime)
LatestFoundTime
- Last generation timepublic String getNodeIP()
public void setNodeIP(String NodeIP)
NodeIP
- Node IP
Note: This field may return null, indicating that no valid values can be obtained.public String getHostID()
public void setHostID(String HostID)
HostID
- Server IP
Note: This field may return null, indicating that no valid values can be obtained.public 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.
Note: This field may return null, indicating that no valid values can be obtained.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.
Note: This field may return null, indicating that no valid values can be obtained.public String getContainerIsolateOperationSrc()
public void setContainerIsolateOperationSrc(String ContainerIsolateOperationSrc)
ContainerIsolateOperationSrc
- Container isolation operation source
Note: This field may return null, indicating that no valid values can be obtained.public String getContainerStatus()
public void setContainerStatus(String ContainerStatus)
ContainerStatus
- Container status
`RUNNING`: Running.
`PAUSED`: Paused.
`STOPPED`: Stopped.
`CREATED`: Created.
`DESTROYED`: Terminated.
`RESTARTING`: Restarting.
`REMOVING`: Removing.public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- ID of the cluster where the node residespublic String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type. Values: `NORMAL` (general node), `SUPER` (super node).public String getPodIP()
public void setPodIP(String PodIP)
PodIP
- Pod IPpublic String getNodeUniqueID()
public void setNodeUniqueID(String NodeUniqueID)
NodeUniqueID
- Unique node IDpublic String getPublicIP()
public void setPublicIP(String PublicIP)
PublicIP
- Node public IPpublic String getNodeID()
public void setNodeID(String NodeID)
NodeID
- Node IDpublic String getHostIP()
public void setHostIP(String HostIP)
HostIP
- Private IP of the nodepublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster nameCopyright © 2024. All rights reserved.