| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setActionType(java.lang.String actionType)
Possible values are:
PolicyIdsEventFlowData.ACTION_TYPE_ALERT
PolicyIdsEventFlowData.ACTION_TYPE_DROP
PolicyIdsEventFlowData.ACTION_TYPE_REJECT
PolicyIdsEventFlowData.ACTION_TYPE_INVALID
The action pertaining to the detected intrusion. |
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setBytesToclient(java.lang.Long bytesToclient)
Bytes sent to client.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setBytesToserver(java.lang.Long bytesToserver)
Bytes sent to server.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setClientIp(java.lang.String clientIp)
IP address of the VM that initiated the communication.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setDestinationIp(java.lang.String destinationIp)
IP address of the destination VM on the intrusion flow.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setDestinationPort(java.lang.Long destinationPort)
Port on the destination VM where the traffic was sent to.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setGateway(java.lang.String gateway)
Name of the gateway on which this intrusion was detected.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setGatewayTags(java.util.List<Tag> gatewayTags)
Tags associated with the gateway on which this intrusion was detected.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setHost(java.lang.String host)
Name of the host on which this intrusion was detected.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setLocalVmIp(java.lang.String localVmIp)
IP address of VM on the host where IDS engine is running.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setProfileId(java.lang.String profileId)
The IDS profile id that is associated with the IDS rule pertaining to the
intrusion event detected.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setProtocol(java.lang.String protocol)
Traffic protocol pertaining to the detected intrusion, could be TCP/UDP etc.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setRuleId(java.lang.Long ruleId)
The IDS Rule id pertaining to the detected intrusion.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setSourceIp(java.lang.String sourceIp)
IP address of the source VM on the intrusion flow.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setSourcePort(java.lang.Long sourcePort)
Source port through which traffic was initiated that caused the intrusion to be
detected.
|
PolicyIdsEventFlowData.Builder |
PolicyIdsEventFlowData.Builder.setTrafficType(java.lang.String trafficType)
Possible values are:
PolicyIdsEventFlowData.TRAFFIC_TYPE_GATEWAY
PolicyIdsEventFlowData.TRAFFIC_TYPE_HOST
The source where the intrusion was detected. |