|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scheme | |
|---|---|
| org.jclouds.elb.domain | |
| Uses of Scheme in org.jclouds.elb.domain |
|---|
| Fields in org.jclouds.elb.domain with type parameters of type Scheme | |
|---|---|
protected com.google.common.base.Optional<Scheme> |
LoadBalancer.scheme
|
protected com.google.common.base.Optional<Scheme> |
LoadBalancer.Builder.scheme
|
| Methods in org.jclouds.elb.domain that return Scheme | |
|---|---|
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. |
| Methods in org.jclouds.elb.domain that return types with arguments of type Scheme | |
|---|---|
com.google.common.base.Optional<Scheme> |
LoadBalancer.getScheme()
Type of the loadbalancer; This option is only available for LoadBalancers attached to an Amazon VPC. |
| Methods in org.jclouds.elb.domain with parameters of type Scheme | |
|---|---|
T |
LoadBalancer.Builder.scheme(Scheme scheme)
|
| Constructor parameters in org.jclouds.elb.domain with type arguments of type Scheme | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||