public interface DataCenterOperationsClient
DataCenterOperationsAsyncClient| Modifier and Type | Method and Description | 
|---|---|
Set<DataCenter> | 
listDataCenters(URI dataCentersList)
This call will get the list of data centers by list id. 
 | 
Set<DataCenter> | 
listDataCentersInOrg(URI orgId)
This call will get the list of data centers that contain at least one of
 the organization's environments. 
 | 
Set<DataCenter> listDataCentersInOrg(URI orgId)
Set<DataCenter> listDataCenters(URI dataCentersList)
Copyright © 2009-2013 jclouds. All Rights Reserved.