public static final class IdsVmStats.Builder
extends java.lang.Object
IdsVmStats.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IdsVmStats. |
| Modifier and Type | Method and Description |
|---|---|
IdsVmStats |
build() |
IdsVmStats.Builder |
setCount(java.lang.Long count)
Number of unique VMs on which a particular signature was detected.
|
IdsVmStats.Builder |
setVmList(java.util.List<java.lang.String> vmList)
List of VM names on which intrusions of that particular signature type were
detected.
|
public Builder()
IdsVmStats.public IdsVmStats.Builder setCount(java.lang.Long count)
count - New value for the property.public IdsVmStats.Builder setVmList(java.util.List<java.lang.String> vmList)
vmList - New value for the property.public IdsVmStats build()