org.jclouds.cloudloadbalancers.reference
Interface Region


public interface Region

The load balancing service is a regionalized service. It allows the caller to select a region into which a load balancer is to be provisioned.

If load balancing Cloud Servers, you can determine the appropriate region to select by viewing your Cloud Servers list and creating a load balancer within the same region as the data center in which your Cloud Server resides. When your resources reside in the same region as your load balancer, devices are in close proximity to each other and can take advantage of ServiceNet connectivity for free data transfer between services.

If load balancing external servers, you can determine the appropriate region to select by choosing the region that is geographically as close to your external servers as possible.

Author:
Adrian Cole
See Also:

Field Summary
static String DFW
          Dallas/Ft.
static String LON
          London/Slough (LON) https://lon.loadbalancers.api.rackspacecloud.com/v1.0/1234/
static String ORD
          Chicago (ORD) https://ord.loadbalancers.api.rackspacecloud.com/v1.0/1234/
 

Field Detail

ORD

static final String ORD
Chicago (ORD) https://ord.loadbalancers.api.rackspacecloud.com/v1.0/1234/

See Also:
Constant Field Values

DFW

static final String DFW
Dallas/Ft. Worth (DFW) https://dfw.loadbalancers.api.rackspacecloud.com/v1.0/1234/

See Also:
Constant Field Values

LON

static final String LON
London/Slough (LON) https://lon.loadbalancers.api.rackspacecloud.com/v1.0/1234/

See Also:
Constant Field Values


Copyright © 2009-2012 jclouds. All Rights Reserved.