Examples of CloudBigDataApiMetadata


Examples of org.jclouds.rackspace.cloudbigdata.v1.CloudBigDataApiMetadata

   /**
    * CloudBigDataUSProviderTest
    */
   public CloudBigDataUSProviderTest() {
      super(new CloudBigDataUSProviderMetadata(), new CloudBigDataApiMetadata());
   }
View Full Code Here

Examples of org.jclouds.rackspace.cloudbigdata.v1.CloudBigDataApiMetadata

   public static class Builder extends BaseProviderMetadata.Builder {

      protected Builder(){
         id("rackspace-cloudbigdata-us")
         .name("Rackspace CloudBigData US")
         .apiMetadata(new CloudBigDataApiMetadata().toBuilder()
               .identityName("${userName}")
               .credentialName("${apiKey}")
               .defaultEndpoint("https://identity.api.rackspacecloud.com/v2.0/")
               .endpointName("identity service url ending in /v2.0/")
               .documentation(URI.create("http://docs.rackspace.com/cbs/api/v1.0/cbs-devguide/content/overview.html"))
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.