| Package | Description | 
|---|---|
| org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
| org.jclouds.rackspace.cloudloadbalancers.v1.features | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AccessRuleWithIdThe same as  AccessRulebut this will have an id as assigned by the Cloud Load Balancers service. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AccessRule | AccessRule. allow(String address)Use this method to easily construct  AccessRule.Type.ALLOWrules for the address. | 
| static AccessRule | AccessRule. deny(String address)Use this method to easily construct  AccessRule.Type.DENYrules for the address. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<AccessRule> | CreateLoadBalancer. getAccessRules() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLoadBalancer.Builder | CreateLoadBalancer.Builder. accessRules(Iterable<AccessRule> accessRules)The access list management feature allows fine-grained network access controls to be applied to the load 
 balancer's virtual IP address. | 
| Constructor and Description | 
|---|
| CreateLoadBalancer(String name,
                  String protocol,
                  Integer port,
                  Set<AddNode> addNodes,
                  BaseLoadBalancer.Algorithm algorithm,
                  Integer timeout,
                  Boolean halfClosed,
                  Map<String,SessionPersistence> sessionPersistenceType,
                  Map<String,Boolean> connectionLogging,
                  ConnectionThrottle connectionThrottle,
                  HealthMonitor healthMonitor,
                  Set<AccessRule> accessRules,
                  Map<String,String> metadata,
                  Set<Map<String,String>> virtualIPsFromOptions) | 
| CreateLoadBalancer(String name,
                  String protocol,
                  Integer port,
                  Set<AddNode> addNodes,
                  BaseLoadBalancer.Algorithm algorithm,
                  Integer timeout,
                  Boolean halfClosed,
                  Map<String,SessionPersistence> sessionPersistenceType,
                  Map<String,Boolean> connectionLogging,
                  ConnectionThrottle connectionThrottle,
                  HealthMonitor healthMonitor,
                  Set<AccessRule> accessRules,
                  Map<String,String> metadata,
                  VirtualIP.Type virtualIPType,
                  Integer virtualIPId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AccessRuleApi. create(Iterable<AccessRule> accessRules)Create new access rules or append to existing access rules. | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.