Class | Description |
---|---|
AccessRule |
The access rule management feature allows fine-grained network access controls to be applied to the load balancer's
virtual IP address.
|
AccessRuleWithId |
The same as
AccessRule but this will have an id as assigned by the Cloud Load Balancers service. |
AccountUsage | |
AddNode |
The nodes defined by the load balancer are responsible for servicing the requests received
through the load balancer's virtual IP.
|
AddNode.Builder | |
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.
|
ConnectionThrottle.Builder | |
CreateLoadBalancer |
Used to create Load Balancers.
|
CreateLoadBalancer.Builder | |
HealthMonitor |
The load balancing service includes a health monitoring operation which periodically checks your back-end nodes to
ensure they are responding correctly.
|
HealthMonitor.Builder | |
HistoricalUsage | |
LoadBalancer | |
LoadBalancer.Builder | |
LoadBalancerInfo | |
LoadBalancerStats | |
LoadBalancerUsage | |
Metadata |
Key and value must be 256 characters or less.
|
Node |
The nodes defined by the load balancer are responsible for servicing the requests received
through the load balancer's virtual IP.
|
Node.Builder | |
Protocol | |
SourceAddresses |
The load balancer source IP addresses are useful for customers who are automating the deployment of infrastructure
and need to determine the IP addresses of requests coming from our load balancers for the purpose of creating more
robust firewall rules.
|
SourceAddresses.Builder | |
SSLTermination |
The SSL Termination feature allows a load balancer user to terminate SSL traffic at the load balancer layer versus
at the web server layer.
|
SSLTermination.Builder | |
UpdateLoadBalancer |
Used to update Load Balancers.
|
UpdateLoadBalancer.Builder | |
UpdateNode |
Used to update Nodes.
|
UpdateNode.Builder | |
VirtualIP |
A virtual IP (VIP) makes a load balancer accessible by clients.
|
VirtualIPWithId |
Enum | Description |
---|---|
AccessRule.Type | |
HealthMonitor.Type |
Every health monitor has a type attribute to signify what kind of monitor it is.
|
LoadBalancer.Status |
All load balancers also have a status attribute to signify the current configuration status of
the device.
|
Node.Status |
The status is determined by the passive or active health monitors.
|
SessionPersistence |
Session persistence is a feature of the load balancing service that forces multiple requests from clients to be
directed to the same node.
|
VirtualIP.IPVersion |
Virtual IP Versions
|
VirtualIP.Type |
Virtual IP Types
|
Copyright © 2009-2013 jclouds. All Rights Reserved.