org.jclouds.joyent.cloudapi.v6_5.features
Interface DatacenterApi


public interface DatacenterApi

Datacenter Services

Author:
Adrian Cole
See Also:
DatacenterAsyncApi, api doc

Method Summary
 Map<String,URI> getDatacenters()
          Provides a list of all datacenters this cloud is aware of.
 

Method Detail

getDatacenters

Map<String,URI> getDatacenters()
Provides a list of all datacenters this cloud is aware of.

Returns:
keys are the datacenter name, and the value is the URL.


Copyright © 2009-2012 jclouds. All Rights Reserved.