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

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

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

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

Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AccessRuleWithId
 LoadBalancer.Builder LoadBalancer.Builder.accessRules(Iterable<AccessRuleWithId> accessRules)
           
 

Constructor parameters in org.jclouds.rackspace.cloudloadbalancers.v1.domain with type arguments of type AccessRuleWithId
LoadBalancer(String region, int id, String name, String protocol, Integer port, Set<Node> nodes, Integer timeout, Boolean halfClosed, BaseLoadBalancer.Algorithm algorithm, LoadBalancer.Status status, Set<VirtualIPWithId> virtualIPs, Map<String,SessionPersistence> sessionPersistenceType, String clusterName, Date created, Date updated, Map<String,Boolean> connectionLogging, ConnectionThrottle connectionThrottle, boolean contentCaching, int nodeCount, HealthMonitor healthMonitor, SSLTermination sslTermination, SourceAddresses sourceAddresses, Set<AccessRuleWithId> accessRules, Metadata metadata, URI uri)
           
 

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

Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return types with arguments of type AccessRuleWithId
 Iterable<AccessRuleWithId> AccessRuleApi.list()
          List the AccessRules.
 



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