Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.v1.domain | |
org.jclouds.rackspace.cloudloadbalancers.v1.features | |
org.jclouds.rackspace.cloudloadbalancers.v1.functions |
Modifier and Type | Method and Description |
---|---|
Metadata |
Node.getMetadata() |
Metadata |
LoadBalancer.getMetadata() |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.metadata(Metadata metadata) |
LoadBalancer.Builder |
LoadBalancer.Builder.metadata(Metadata metadata) |
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) |
Metadata(Metadata metadata) |
Node(String address,
int port,
BaseNode.Condition condition,
BaseNode.Type type,
Integer weight,
int id,
Node.Status status,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
NodeApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
Metadata |
LoadBalancerApi.createMetadata(int id,
Map<String,String> metadata)
When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such
as changing the value attribute or removing it.
|
Metadata |
NodeApi.getMetadata(int lb)
List a load balancer's metadata.
|
Metadata |
LoadBalancerApi.getMetadata(int id)
List a load balancer's metadata.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
ParseMetadata.apply(HttpResponse response) |
static Metadata |
ParseMetadata.transformCLBMetadataToMetadata(List<ParseMetadata.CLBMetadata> clbMetadatum) |
Constructor and Description |
---|
ParseMetadata(Json json,
com.google.inject.TypeLiteral<Metadata> type) |
Copyright © 2009-2013 jclouds. All Rights Reserved.