Class Firewall


@ApiType("SoftLayer_Hardware_Firewall")
public class Firewall
extends Switch
The SoftLayer_Hardware_Firewall data type contains general information relating to a single SoftLayer firewall.
See Also:
SoftLayer_Hardware_Firewall
  • Field Details

    • users

      @ApiProperty protected List<Customer> users
      A list of users that have access to this hardware firewall.
    • userCount

      @ApiProperty protected Long userCount
      A count of a list of users that have access to this hardware firewall.
  • Constructor Details

    • Firewall

      public Firewall()
  • Method Details

    • getUsers

      public List<Customer> getUsers()
    • getUserCount

      public Long getUserCount()
    • setUserCount

      public void setUserCount​(Long userCount)