Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.ConnectionThrottle
-
-
Uses of ConnectionThrottle in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return ConnectionThrottle Modifier and Type Method Description ConnectionThrottleConnectionThrottle.Builder. build()Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type ConnectionThrottle Modifier and Type Method Description LoadBalancer.BuilderLoadBalancer.Builder. connectionThrottle(ConnectionThrottle connectionThrottle)Specifies limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.ConnectionThrottle.BuilderConnectionThrottle.Builder. from(ConnectionThrottle in)Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain with parameters of type ConnectionThrottle Constructor 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)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 ConnectionThrottle in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal
Fields in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal declared as ConnectionThrottle Modifier and Type Field Description protected ConnectionThrottleBaseLoadBalancer.Builder. connectionThrottleprotected ConnectionThrottleBaseLoadBalancer. connectionThrottleMethods in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal that return ConnectionThrottle Modifier and Type Method Description ConnectionThrottleBaseLoadBalancer. getConnectionThrottle()Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal with parameters of type ConnectionThrottle Modifier and Type Method Description BaseLoadBalancer.Builder<N,T>BaseLoadBalancer.Builder. connectionThrottle(ConnectionThrottle connectionThrottle)Specifies limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.Constructors in org.jclouds.rackspace.cloudloadbalancers.v1.domain.internal with parameters of type ConnectionThrottle Constructor Description BaseLoadBalancer(String name, String protocol, Integer port, Iterable<N> nodes, BaseLoadBalancer.Algorithm algorithm, Integer timeout, Boolean halfClosed, Map<String,SessionPersistence> sessionPersistence, Map<String,Boolean> connectionLogging, ConnectionThrottle connectionThrottle, HealthMonitor healthMonitor) -
Uses of ConnectionThrottle in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return ConnectionThrottle Modifier and Type Method Description ConnectionThrottleConnectionApi. getConnectionThrottle()Get connection throttle.Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features with parameters of type ConnectionThrottle Modifier and Type Method Description voidConnectionApi. createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)The connection throttling feature imposes limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.
-