mirror of https://github.com/apache/jclouds.git
Add Rackspace CDN service type
This commit is contained in:
parent
9542fa5d31
commit
ade72d44ef
|
@ -66,6 +66,11 @@ public final class ServiceType {
|
|||
*/
|
||||
public static final String BIG_DATA = "rax:bigdata";
|
||||
|
||||
/**
|
||||
* CDN
|
||||
*/
|
||||
public static final String CDN = "rax:cdn";
|
||||
|
||||
private ServiceType() {
|
||||
throw new AssertionError("intentionally unimplemented");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue