Remove load balancer service
Remove an entire load balancer service, including all virtual IP addresses, from and application delivery controller based load balancer. The ‘‘name’’ property the and ‘‘name’’ property within the ‘‘vip’’ property of the service parameter must be provided. Changes are reflected immediately in the application delivery controller.
Name | Type | Description |
---|---|---|
service | SoftLayer_Network_LoadBalancer_Service | The load balancer service you wish to remove with at least one ‘‘vip’’ property populated. |
Throw the exception “The vip name must be specified for this service in order to remove it from the load balancer.” is the ‘‘name’’ property within the ‘‘vip’’ property in the service parameter is not populated.
Throw the exception “‘‘name’'” if the API is unable to locate the virtual IP address with the name specified in the ‘‘name’’ property within the ‘‘vip’’ property in the service parameter.
Throw the exception “‘‘name’'” if the API is unable to locate the load balancer service with the name specified in the ‘‘name’’ property in the service parameter.