Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
org.jclouds.rackspace.cloudloadbalancers.v1.features |
Modifier and Type | Method and Description |
---|---|
Set<AccessRuleWithId> |
LoadBalancer.getAccessRules() |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.accessRules(Iterable<AccessRuleWithId> accessRules) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Iterable<AccessRuleWithId> |
AccessRuleApi.list()
List the AccessRules.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.