Uses of Class
org.jclouds.rackspace.cloudloadbalancers.v1.domain.LoadBalancer.Builder
Packages that use LoadBalancer.Builder
-
Uses of LoadBalancer.Builder in org.jclouds.rackspace.cloudloadbalancers.v1.domain
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.domain that return LoadBalancer.BuilderModifier and TypeMethodDescriptionLoadBalancer.Builder.accessRules
(Iterable<AccessRuleWithId> accessRules) LoadBalancer.Builder.algorithm
(BaseLoadBalancer.Algorithm algorithm) Algorithm that defines how traffic should be directed between back-end nodes.static LoadBalancer.Builder
LoadBalancer.builder()
LoadBalancer.Builder.clusterName
(String clusterName) LoadBalancer.Builder.connectionLogging
(Boolean connectionLogging) Current connection logging configuration.LoadBalancer.Builder.connectionThrottle
(ConnectionThrottle connectionThrottle) Specifies limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.LoadBalancer.Builder.contentCaching
(boolean contentCaching) LoadBalancer.Builder.from
(LoadBalancer in) LoadBalancer.Builder.halfClosed
(Boolean halfClosed) Enable or Disable Half-Closed support for the load balancer.LoadBalancer.Builder.healthMonitor
(HealthMonitor healthMonitor) The type of health monitor check to perform to ensure that the service is performing properly.LoadBalancer.Builder.id
(int id) Required.LoadBalancer.Builder.nodeCount
(int nodeCount) Required.Required if the protocol being used is not ininvalid reference
ReportApi#listProtocols()
invalid reference
ReportApi#listProtocols()
Required.LoadBalancer.Builder.sessionPersistenceType
(SessionPersistence sessionPersistenceType) Specifies whether multiple requests from clients are directed to the same node.LoadBalancer.Builder.sourceAddresses
(SourceAddresses sourceAddresses) LoadBalancer.Builder.sslTermination
(SSLTermination sslTermination) LoadBalancer.Builder.status
(LoadBalancer.Status status) The timeout value for the load balancer and communications with its nodes.LoadBalancer.toBuilder()
LoadBalancer.Builder.virtualIPs
(Iterable<VirtualIPWithId> virtualIPs)