SoftLayer_Network_LoadBalancer_Global_Host


SoftLayer_Network_LoadBalancer_Global_Host

Description

Deprecated
The global load balancer service has been deprecated and is no longer available.

Local


destinationIp

The IP address of the host that will be returned by the global load balancers in response to a dns request.
Type: string


destinationPort

The port of the host that will be used for health checks.
Type: int


enabled

Whether the host is enabled or not. The value can be ‘0’ for disabled, or ‘1’ for enabled.
Type: int


healthCheck

The health check type of a host. Valid values include ’none’, ‘http’, and ’tcp’.
Type: string


hits

The number of times the host was selected by the load balance method.
Type: float


id

The unique identifier of a global load balancer host.
Type: int


loadBalanceOrder

The order of this host within the load balance pool. This is only significant if the load balance method is set to failover.
Type: int


location

The location of a host in a datacenter.serverRoom format.
Type: string


status

The health status of a host. The status can be either ‘UP’, ‘DOWN’, or null which could mean that the health check type is set to ’none’ or an update to the ip, port, or health check type was recently done and the host is waiting for the new status.
Type: string


weight

The load balance weight of a host. The total weight of all hosts in the load balancing pool must not exceed 100.
Type: int

Relational


loadBalancerAccount

The global load balancer account a host belongs to.
Type: SoftLayer_Network_LoadBalancer_Global_Account

Count