Examples of ElasticStackApiMetadata


Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

   public ElasticHostsPeer1LondonProviderTest() {
      super(new ElasticHostsPeer1LondonProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

   public ServerloveManchesterProviderTest() {
      super(new ServerloveManchesterProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

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

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

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

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

   public OpenHostingEast1ProviderTest() {
      super(new OpenHostingEast1ProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

   public ElasticHostsPeer1SanAntonioProviderTest() {
      super(new ElasticHostsPeer1SanAntonioProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

         BaseProviderMetadata.Builder {

      protected Builder() {
         id("serverlove-z1-man")
         .name("Serverlove Manchester")
         .apiMetadata(new ElasticStackApiMetadata().toBuilder().version("2.0").build())
         .homepage(URI.create("http://www.serverlove.com"))
         .console(URI.create("http://www.serverlove.com/accounts"))
         .iso3166Codes("GB-MAN")
         .endpoint("https://api.z1-man.serverlove.com")
         .defaultProperties(ServerloveManchesterProviderMetadata.defaultProperties());
View Full Code Here

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

   public static class Builder extends BaseProviderMetadata.Builder {

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

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

         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

Examples of org.jclouds.elasticstack.ElasticStackApiMetadata

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

   public SkaliCloudMalaysiaProviderTest() {
      super(new SkaliCloudMalaysiaProviderMetadata(), new ElasticStackApiMetadata());
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.