Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.AccessRule

Packages that use AccessRule
org.jclouds.rackspace.cloudloadbalancers.v1.domain   
org.jclouds.rackspace.cloudloadbalancers.v1.features   
 

Uses of AccessRule in org.jclouds.rackspace.cloudloadbalancers.v1.domain
 

Subclasses of AccessRule in org.jclouds.rackspace.cloudloadbalancers.v1.domain
 class AccessRuleWithId
          The same as AccessRule but this will have an id as assigned by the Cloud Load Balancers service.
 

Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return AccessRule
static AccessRule AccessRule.allow(String address)
          Use this method to easily construct AccessRule.Type.ALLOW rules for the address.
static AccessRule AccessRule.deny(String address)
          Use this method to easily construct AccessRule.Type.DENY rules for the address.
 

Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return types with arguments of type AccessRule
 Set<AccessRule> CreateLoadBalancer.getAccessRules()
           
 

Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AccessRule
 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 parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AccessRule
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)
           
 

Uses of AccessRule in org.jclouds.rackspace.cloudloadbalancers.v1.features
 

Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.features with type arguments of type AccessRule
 void AccessRuleApi.create(Iterable<AccessRule> accessRules)
          Create new access rules or append to existing access rules.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.