org.dasein.cloud.services.cdn
Interface ContentDistributionServices
public interface ContentDistributionServices
create
String create(String location,
String name,
boolean active,
String... aliases)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
delete
void delete(String distributionId)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
getDistribution
Distribution getDistribution(String distributionId)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
getProviderTermForDistribution
String getProviderTermForDistribution(Locale locale)
list
Collection<Distribution> list()
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
update
void update(String distributionId,
String name,
boolean active,
String... aliases)
throws InternalException,
CloudException
- Throws:
InternalException
CloudException
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.