Interface Host.Service

  • All Superinterfaces:
    Maskable, ResultLimitable, Service
    Enclosing class:
    Host

    @ApiService("SoftLayer_Network_LoadBalancer_Global_Host")
    public static interface Host.Service
    extends Service
    Every global load balancer account contains hosts that make up the load balancing pool. The global load balancers select hosts from this pool and return the destination IP in the DNS response. The SoftLayer_Network_LoadBalancer_Global_Host service represent these hosts.

    Hosts can only be created or modified by using the [[SoftLayer_Network_LoadBalancer_Global_Account::editObject]] method.

    Each account has a limited number of hosts that can be added to the load balancing pool, which is defined by the allowedNumberOfHosts property on a global load balancer account.
    See Also:
    SoftLayer_Network_LoadBalancer_Global_Host