Examples of JoyentCloudApiMetadata


Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

      return createInjector(fn, module, props).getInstance(ComputeServiceContext.class);
   }
  
   @Override
   protected ApiMetadata createApiMetadata() {
      return new JoyentCloudApiMetadata();
   }
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

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

   public JoyentCloudProviderMetadataTest() {
      super(new JoyentCloudProviderMetadata(), new JoyentCloudApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

   public static class Builder extends BaseProviderMetadata.Builder {

      protected Builder() {
         id("joyentcloud")
         .name("JoyentCloud")
         .apiMetadata(new JoyentCloudApiMetadata())
         .homepage(URI.create("http://www.joyent.com/products/smartdatacenter/"))
         .console(URI.create("https://my.joyentcloud.com/login"))
         .iso3166Codes("US-VA", "US-CA", "US-NV", "NL-NH")
         .endpoint("https://api.joyentcloud.com")
         .defaultProperties(JoyentCloudProviderMetadata.defaultProperties());
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

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

   public JoyentCloudProviderMetadataTest() {
      super(new JoyentCloudProviderMetadata(), new JoyentCloudApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

   public static class Builder extends BaseProviderMetadata.Builder {

      protected Builder() {
         id("joyentcloud")
         .name("JoyentCloud")
         .apiMetadata(new JoyentCloudApiMetadata())
         .homepage(URI.create("http://www.joyent.com/products/smartdatacenter/"))
         .console(URI.create("https://my.joyentcloud.com/login"))
         .iso3166Codes("US-VA", "US-CA", "US-NV", "NL-NH")
         .endpoint("https://api.joyentcloud.com")
         .defaultProperties(JoyentCloudProviderMetadata.defaultProperties());
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

      return createInjector(fn, module, props).getInstance(ComputeServiceContext.class);
   }
  
   @Override
   protected ApiMetadata createApiMetadata() {
      return new JoyentCloudApiMetadata();
   }
View Full Code Here

Examples of org.jclouds.joyent.cloudapi.v6_5.JoyentCloudApiMetadata

* @author Adrian Cole
*/
@Test(groups = "unit", testName = "JoyentCloudApiMetadataTest")
public class JoyentCloudApiMetadataTest extends BaseApiMetadataTest {
   public JoyentCloudApiMetadataTest() {
      super(new JoyentCloudApiMetadata(), ImmutableSet.<TypeToken<? extends View>> of());
   }
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.