Package org.jclouds.elb

Examples of org.jclouds.elb.ELBApiMetadata$Builder


*/
@Test(groups = "unit", testName = "AWSELBProviderTest")
public class AWSELBProviderTest extends BaseProviderMetadataTest {

   public AWSELBProviderTest() {
      super(new AWSELBProviderMetadata(), new ELBApiMetadata());
   }
View Full Code Here


         .endpoint("https://elasticloadbalancing.us-east-1.amazonaws.com")
         .homepage(URI.create("http://aws.amazon.com/elasticloadbalancing"))
         .console(URI.create("https://console.aws.amazon.com/ec2/home"))
         .linkedServices("aws-ec2","aws-elb", "aws-cloudwatch", "aws-s3", "aws-simpledb")
         .iso3166Codes("US-VA", "US-CA", "BR-SP", "US-OR", "IE", "SG", "AU-NSW", "JP-13")
         .apiMetadata(new ELBApiMetadata())
         .defaultProperties(AWSELBProviderMetadata.defaultProperties());
      }
View Full Code Here

*/
@Test(groups = "unit", testName = "AWSELBProviderTest")
public class AWSELBProviderTest extends BaseProviderMetadataTest {

   public AWSELBProviderTest() {
      super(new AWSELBProviderMetadata(), new ELBApiMetadata());
   }
View Full Code Here

         .endpoint("https://elasticloadbalancing.us-east-1.amazonaws.com")
         .homepage(URI.create("http://aws.amazon.com/elasticloadbalancing"))
         .console(URI.create("https://console.aws.amazon.com/ec2/home"))
         .linkedServices("aws-ec2", "aws-elb", "aws-cloudwatch", "aws-s3", "aws-simpledb")
         .iso3166Codes("US-VA", "US-CA", "BR-SP", "US-OR", "IE", "SG", "AU-NSW", "JP-13")
         .apiMetadata(new ELBApiMetadata())
         .defaultProperties(AWSELBProviderMetadata.defaultProperties());
      }
View Full Code Here

TOP

Related Classes of org.jclouds.elb.ELBApiMetadata$Builder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.