- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/aliyun-beta/aliyun-jclouds
- 软件文档: https://github.com/aliyun-beta/aliyun-jclouds/blob/master/README.md
- 官方下载: https://github.com/aliyun-beta/aliyun-jclouds/archive/master.zip
软件介绍
aliyun-Jclouds
访问阿里云服务的 Jclouds 组件库
Maven
<dependencies> <dependency> <groupId>io.github.aliyun-beta</groupId> <artifactId>aliyun-ecs</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>io.github.aliyun-beta</groupId> <artifactId>aliyun-oss</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>io.github.aliyun-beta</groupId> <artifactId>aliyun-slb</artifactId> <version>1.0.0</version> </dependency> </dependencies>
Usage
ComputeService
ComputeService computeService; String provider = "aliyun-ecs"; String key = "Your AccessKey"; String secret = "Your AccessKeySecret"; ComputeServiceContext context = ContextBuilder .newBuilder(provider) .credentials(key, secret) .buildView(ComputeServiceContext.class); computeService = context.getComputeService();
BlobStore
BlobStore blobStore; String provider = "aliyun-oss"; String key = "Your AccessKey"; String secret = "Your AccessKeySecret"; BlobStoreContext context = ContextBuilder .newBuilder(provider) .credentials(key, secret) .buildView(BlobStoreContext.class); blobStore = context.getBlobStore();
LoadBalancerService
LoadBalancerService loadBalancerService; String provider = "aliyun-slb"; String key = "Your AccessKey"; String secret = "Your AccessKeySecret"; LoadBalancerServiceContext context = ContextBuilder .newBuilder(provider) .credentials(key, secret) .buildView(LoadBalancerServiceContext.class); loadBalancerService = context.getLoadBalancerService();
Build
mvn package -DskipTests
Powerful
Patty McCord / Missionday / 2018-1-25
Named by The Washington Post as one of the 11 Leadership Books to Read in 2018 When it comes to recruiting, motivating, and creating great teams, Patty McCord says most companies have it all wrong. Mc......一起来看看 《Powerful》 这本书的介绍吧!
图片转BASE64编码
在线图片转Base64编码工具
Base64 编码/解码
Base64 编码/解码
