> +
> + /*
> + * Fetches list of all Volumes
> + */
> + List<Storage> storages = api.storageApi().getAllStorages();
> +
> + /*
> + * Fetches list of all Servers
> + */
> + List<Server> servers = api.serverApi().getAllServers();
> +
> + api.dataCenterApi().deleteDataCenter(dc.id());
> + }
> + }
> +
> +## pom.xml
Why is the provider pom here? This is the pom for the profitbricks provider, but not the one
users would use to build their apps using it.
I'd just remove this pom.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/169/files#r34023106
|