Add Rackspace CDN service type

This commit is contained in:
Jeremy Daggett 2015-01-05 10:59:48 -08:00 committed by Jeremy Daggett
parent 9542fa5d31
commit ade72d44ef
1 changed files with 5 additions and 0 deletions

View File

@ -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");
}