Package org.jclouds.elasticstack

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata


         BaseProviderMetadata.Builder {

      protected Builder() {
         id("go2cloud-jhb1")
         .name("Go2Cloud Johannesburg1")
         .apiMetadata(new ElasticStackApiMetadata().toBuilder().version("2.0").build())
         .homepage(URI.create("https://jhb1.go2cloud.co.za"))
         .console(URI.create("https://jhb1.go2cloud.co.za/accounts"))
         .iso3166Codes("ZA-GP")
         .endpoint("https://api.jhb1.go2cloud.co.za")
         .defaultProperties(Go2CloudJohannesburg1ProviderMetadata.defaultProperties());
View Full Code Here


@Test(groups = "unit", testName = "ElasticHostsPeer1TorontoProviderTest")
public class ElasticHostsPeer1TorontoProviderTest extends BaseProviderMetadataTest {

   public ElasticHostsPeer1TorontoProviderTest() {
      super(new ElasticHostsPeer1TorontoProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

@Test(groups = "unit", testName = "ElasticHostsPeer1LosAngelesProviderTest")
public class ElasticHostsPeer1LosAngelesProviderTest extends BaseProviderMetadataTest {

   public ElasticHostsPeer1LosAngelesProviderTest() {
      super(new ElasticHostsPeer1LosAngelesProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

         BaseProviderMetadata.Builder {

      protected Builder() {
         id("elastichosts-lax-p")
         .name("ElasticHosts Los Angeles Peer 1")
         .apiMetadata(new ElasticStackApiMetadata().toBuilder().version("2.0").build())
         .homepage(URI.create("https://lax-p.elastichosts.com"))
         .console(URI.create("https://lax-p.elastichosts.com/accounts"))
         .iso3166Codes("US-CA")
         .endpoint("https://api-lax-p.elastichosts.com")
         .defaultProperties(ElasticHostsPeer1LosAngelesProviderMetadata.defaultProperties());
View Full Code Here

@Test(groups = "unit", testName = "ElasticHostsSanJoseProviderTest")
public class ElasticHostsSanJoseProviderTest extends BaseProviderMetadataTest {

   public ElasticHostsSanJoseProviderTest() {
      super(new ElasticHostsSanJoseProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

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

   public Go2CloudJohannesburg1ProviderTest() {
      super(new Go2CloudJohannesburg1ProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

TOP

Related Classes of org.jclouds.elasticstack.ElasticStackApiMetadata

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.