Class LoadBalancer


@ApiType("SoftLayer_Hardware_LoadBalancer")
public class LoadBalancer
extends Hardware
See Also:
SoftLayer_Hardware_LoadBalancer
  • Field Details

    • modelFamily

      @ApiProperty protected String modelFamily
    • users

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

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

    • LoadBalancer

      public LoadBalancer()
  • Method Details

    • getModelFamily

      public String getModelFamily()
    • setModelFamily

      public void setModelFamily​(String modelFamily)
    • getUsers

      public List<Customer> getUsers()
    • getUserCount

      public Long getUserCount()
    • setUserCount

      public void setUserCount​(Long userCount)