Class PolicyIdsVmStats.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of PolicyIdsVmStats.
    • Method Detail

      • setCount

        public PolicyIdsVmStats.Builder setCount​(java.lang.Long count)
        Number of unique VMs on which a particular signature was detected. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        count - New value for the property.
      • setVmList

        public PolicyIdsVmStats.Builder setVmList​(java.util.List<java.lang.String> vmList)
        List of VM names on which intrusions of that particular signature type were detected. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
        Parameters:
        vmList - New value for the property.