Package | Description |
---|---|
org.jclouds.elb.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<Scheme> |
LoadBalancer.scheme |
protected com.google.common.base.Optional<Scheme> |
LoadBalancer.Builder.scheme |
Modifier and Type | Method and Description |
---|---|
static Scheme |
Scheme.fromValue(String scheme) |
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheme[] |
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<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(Scheme scheme) |
Constructor and Description |
---|
LoadBalancer(String name,
Date createdTime,
String dnsName,
HealthCheck healthCheck,
Iterable<String> instanceIds,
Iterable<ListenerWithPolicies> listeners,
Iterable<String> availabilityZones,
com.google.common.base.Optional<Scheme> scheme,
com.google.common.base.Optional<SecurityGroupAndOwner> sourceSecurityGroup,
com.google.common.base.Optional<String> VPCId,
Iterable<String> securityGroups,
Iterable<String> subnets,
com.google.common.base.Optional<String> hostedZoneName,
com.google.common.base.Optional<String> hostedZoneId) |
Copyright © 2009-2013 jclouds. All Rights Reserved.