Package | Description |
---|---|
org.jclouds.elb.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<LoadBalancer.Scheme> |
LoadBalancer.scheme |
protected com.google.common.base.Optional<LoadBalancer.Scheme> |
LoadBalancer.Builder.scheme |
Modifier and Type | Method and Description |
---|---|
static LoadBalancer.Scheme |
LoadBalancer.Scheme.fromValue(String scheme) |
static LoadBalancer.Scheme |
LoadBalancer.Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancer.Scheme[] |
LoadBalancer.Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<LoadBalancer.Scheme> |
LoadBalancer.getScheme()
Type of the loadbalancer; This option is only available for LoadBalancers attached to an
Amazon VPC.
|
Modifier and Type | Method and Description |
---|---|
T |
LoadBalancer.Builder.scheme(LoadBalancer.Scheme scheme) |
Constructor and Description |
---|
LoadBalancer(String name,
Date createdTime,
String dnsName,
HealthCheck healthCheck,
Iterable<String> instanceIds,
Iterable<ListenerWithPolicies> listeners,
com.google.common.base.Optional<LoadBalancer.Scheme> scheme,
com.google.common.base.Optional<String> VPCId) |
Copyright © 2009-2012 jclouds. All Rights Reserved.