SoftLayer Network LoadBalancer VirtualIpAddress
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Network_LoadBalancer_VirtualIpAddress service. For information on the SoftLayer_Network_LoadBalancer_VirtualIpAddress data type please see SoftLayer_Network_LoadBalancer_VirtualIpAddress (type).
Contents |
Overview
Each SoftLayer customer that has purchased a load balancer will have one defined in the SoftLayer_Network_LoadBalancer_VirtualIpAddress service. Load balancers have a virtual IP address and a number of SoftLayer_Network_LoadBalancer_Service objects associated with them. The SoftLayer_Network_LoadBalancer_VirtualIpAddress object is the only way for a customer to make changes to their load balancer service.
Load balancers can be upgraded by using the upgradeConnectionLimit function, but this will upgrade your billing accordingly. Downgrades are currently not supported, please open a ticket to accomplish a downgrade.
Load Balancers cannot be canceled through the API or the portal. If you wish to cancel a load balancer, please open a ticket.
Endpoints
Methods
editObject
Edit the object by passing in a modified instance of the object
- returns
- bool
- parameters
- SoftLayer_Network_LoadBalancer_VirtualIpAddress templateObject
getAccount
Retrieve the account that owns this load balancer.
- returns
- parameters
- None
getBillingItem
Retrieve the current billing item for the Load Balancer.
- returns
- parameters
- None
getObject
Retrieve a SoftLayer_Network_LoadBalancer_VirtualIpAddress record.
- returns
- parameters
- None
getServices
Retrieve the services on this load balancer.
- returns
- parameters
- None
upgradeConnectionLimit
Upgrades the connection limit on the Virtual IP Address and changes the billing item on your account to reflect the change.
- returns
- bool
- parameters
- None

