@ApiType("SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips_Version6")
public class Version6
extends Hips
The SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips_Version6 data type represents a single McAfee Secure Host IPS software component for version 6 of the Host IPS client and uses the ePolicy Orchestrator version 3.6 backend.
See Also:
SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips_Version6
  • Field Details

    • blockedApplicationEvents

      @ApiProperty protected List<BlockedApplicationEvent> blockedApplicationEvents
      The blocked application events for this software component.
    • ipsEvents

      @ApiProperty protected List<IPSEvent> ipsEvents
      The host IPS events for this software component.
    • blockedApplicationEventCount

      @ApiProperty protected Long blockedApplicationEventCount
      A count of the blocked application events for this software component.
    • ipsEventCount

      @ApiProperty protected Long ipsEventCount
      A count of the host IPS events for this software component.
  • Constructor Details

    • Version6

      public Version6()
  • Method Details

    • getBlockedApplicationEvents

      public List<BlockedApplicationEvent> getBlockedApplicationEvents()
    • getIpsEvents

      public List<IPSEvent> getIpsEvents()
    • getBlockedApplicationEventCount

      public Long getBlockedApplicationEventCount()
    • setBlockedApplicationEventCount

      public void setBlockedApplicationEventCount​(Long blockedApplicationEventCount)
    • getIpsEventCount

      public Long getIpsEventCount()
    • setIpsEventCount

      public void setIpsEventCount​(Long ipsEventCount)