Examples of CinderApiMetadata


Examples of org.jclouds.openstack.cinder.v1.CinderApiMetadata

   public static class Builder extends BaseProviderMetadata.Builder {

      protected Builder() {
         id("hpcloud-blockstorage")
         .name("HP Cloud Block Storage")
         .apiMetadata(new CinderApiMetadata().toBuilder()
               .identityName("${tenantName:accessKey}")
               .credentialName("${secret}")
               .defaultEndpoint("https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/")
               .endpointName("identity service url ending in /v2.0/")
               .documentation(URI.create("https://docs.hpcloud.com/api/v13/block-storage/"))
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.