SoftLayer Network LoadBalancer VirtualIpAddress

From SoftLayer Development Network Wiki

Jump to: navigation, search

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

SOAP WSDL http://api.service.softlayer.com/soap/v3/SoftLayer_Network_LoadBalancer_VirtualIpAddress?wsdl
XML-RPC http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_LoadBalancer_VirtualIpAddress

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
SoftLayer_Account
  • parameters
None



getBillingItem

Retrieve the current billing item for the Load Balancer.

  • returns
SoftLayer_Billing_Item
  • parameters
None



getObject

Retrieve a SoftLayer_Network_LoadBalancer_VirtualIpAddress record.

  • returns
SoftLayer_Network_LoadBalancer_VirtualIpAddress
  • parameters
None



getServices

Retrieve the services on this load balancer.

  • returns
SoftLayer_Network_LoadBalancer_ServiceArray
  • 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
Personal tools