Direct Known Subclasses:
Version6, Version7

@ApiType("SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips")
public class Hips
extends Mcafee
The SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips data type represents a single McAfee Secure Host IPS software component that uses the ePolicy Orchestrator version 3.6 backend.
See Also:
SoftLayer_Software_Component_HostIps_Mcafee_Epo_Version36_Hips
  • Field Details

    • agentDetails

      @ApiProperty protected Details agentDetails
      The host IPS agent details.
    • applicationModePolicyNames

      @ApiProperty protected List<Object> applicationModePolicyNames
      The names of the possible policy options for the application mode setting.
    • applicationRuleSetPolicyNames

      @ApiProperty protected List<Object> applicationRuleSetPolicyNames
      The names of the possible policy options for the application rule set setting.
    • enforcementPolicyNames

      @ApiProperty protected List<Object> enforcementPolicyNames
      The names of the possible options for the enforcement policy setting.
    • firewallModePolicyNames

      @ApiProperty protected List<Object> firewallModePolicyNames
      The names of the possible policy options for the firewall mode setting.
    • firewallRuleSetPolicyNames

      @ApiProperty protected List<Object> firewallRuleSetPolicyNames
      The names of the possible policy options for the firewall rule set setting.
    • ipsModePolicyNames

      @ApiProperty protected List<Object> ipsModePolicyNames
      The names of the possible policy options for the host IPS mode setting.
    • ipsProtectionPolicyNames

      @ApiProperty protected List<Object> ipsProtectionPolicyNames
      The names of the possible policy options for the host IPS protection setting.
    • transactionStatus

      @ApiProperty protected String transactionStatus
      The current transaction status of a server.
    • epoVersion

      @ApiProperty(canBeNullOrNotSet=true) protected String epoVersion
      The version of ePolicy Orchestrator that the host IPS client communicates with.
    • epoVersionSpecified

      protected boolean epoVersionSpecified
    • applicationModePolicyNameCount

      @ApiProperty protected Long applicationModePolicyNameCount
      A count of the names of the possible policy options for the application mode setting.
    • applicationRuleSetPolicyNameCount

      @ApiProperty protected Long applicationRuleSetPolicyNameCount
      A count of the names of the possible policy options for the application rule set setting.
    • enforcementPolicyNameCount

      @ApiProperty protected Long enforcementPolicyNameCount
      A count of the names of the possible options for the enforcement policy setting.
    • firewallModePolicyNameCount

      @ApiProperty protected Long firewallModePolicyNameCount
      A count of the names of the possible policy options for the firewall mode setting.
    • firewallRuleSetPolicyNameCount

      @ApiProperty protected Long firewallRuleSetPolicyNameCount
      A count of the names of the possible policy options for the firewall rule set setting.
    • ipsModePolicyNameCount

      @ApiProperty protected Long ipsModePolicyNameCount
      A count of the names of the possible policy options for the host IPS mode setting.
    • ipsProtectionPolicyNameCount

      @ApiProperty protected Long ipsProtectionPolicyNameCount
      A count of the names of the possible policy options for the host IPS protection setting.
  • Constructor Details

    • Hips

      public Hips()
  • Method Details

    • getAgentDetails

      public Details getAgentDetails()
    • setAgentDetails

      public void setAgentDetails​(Details agentDetails)
    • getApplicationModePolicyNames

      public List<Object> getApplicationModePolicyNames()
    • getApplicationRuleSetPolicyNames

      public List<Object> getApplicationRuleSetPolicyNames()
    • getEnforcementPolicyNames

      public List<Object> getEnforcementPolicyNames()
    • getFirewallModePolicyNames

      public List<Object> getFirewallModePolicyNames()
    • getFirewallRuleSetPolicyNames

      public List<Object> getFirewallRuleSetPolicyNames()
    • getIpsModePolicyNames

      public List<Object> getIpsModePolicyNames()
    • getIpsProtectionPolicyNames

      public List<Object> getIpsProtectionPolicyNames()
    • getTransactionStatus

      public String getTransactionStatus()
    • setTransactionStatus

      public void setTransactionStatus​(String transactionStatus)
    • getEpoVersion

      public String getEpoVersion()
    • setEpoVersion

      public void setEpoVersion​(String epoVersion)
    • isEpoVersionSpecified

      public boolean isEpoVersionSpecified()
    • unsetEpoVersion

      public void unsetEpoVersion()
    • getApplicationModePolicyNameCount

      public Long getApplicationModePolicyNameCount()
    • setApplicationModePolicyNameCount

      public void setApplicationModePolicyNameCount​(Long applicationModePolicyNameCount)
    • getApplicationRuleSetPolicyNameCount

      public Long getApplicationRuleSetPolicyNameCount()
    • setApplicationRuleSetPolicyNameCount

      public void setApplicationRuleSetPolicyNameCount​(Long applicationRuleSetPolicyNameCount)
    • getEnforcementPolicyNameCount

      public Long getEnforcementPolicyNameCount()
    • setEnforcementPolicyNameCount

      public void setEnforcementPolicyNameCount​(Long enforcementPolicyNameCount)
    • getFirewallModePolicyNameCount

      public Long getFirewallModePolicyNameCount()
    • setFirewallModePolicyNameCount

      public void setFirewallModePolicyNameCount​(Long firewallModePolicyNameCount)
    • getFirewallRuleSetPolicyNameCount

      public Long getFirewallRuleSetPolicyNameCount()
    • setFirewallRuleSetPolicyNameCount

      public void setFirewallRuleSetPolicyNameCount​(Long firewallRuleSetPolicyNameCount)
    • getIpsModePolicyNameCount

      public Long getIpsModePolicyNameCount()
    • setIpsModePolicyNameCount

      public void setIpsModePolicyNameCount​(Long ipsModePolicyNameCount)
    • getIpsProtectionPolicyNameCount

      public Long getIpsProtectionPolicyNameCount()
    • setIpsProtectionPolicyNameCount

      public void setIpsProtectionPolicyNameCount​(Long ipsProtectionPolicyNameCount)