Package | Description |
---|---|
org.jclouds.elb.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<SecurityGroupAndOwner> |
LoadBalancer.sourceSecurityGroup |
protected com.google.common.base.Optional<SecurityGroupAndOwner> |
LoadBalancer.Builder.sourceSecurityGroup |
Modifier and Type | Method and Description |
---|---|
SecurityGroupAndOwner |
SecurityGroupAndOwner.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<SecurityGroupAndOwner> |
LoadBalancer.getSourceSecurityGroup()
The security group that you can use as part of your inbound rules for
your LoadBalancer's back-end Amazon EC2 application instances.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupAndOwner.Builder |
SecurityGroupAndOwner.Builder.fromSourceSecurityGroup(SecurityGroupAndOwner in) |
T |
LoadBalancer.Builder.sourceSecurityGroup(SecurityGroupAndOwner 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.