org.jclouds.trmk.ecloud.features
Interface DataCenterOperationsClient


public interface DataCenterOperationsClient

Data Center Operations access to DataCenterOperations functionality in vCloud

There are times where knowing a data center is necessary to complete certain operations (i.e. uploading a catalog item). The data centers for an organization are those data centers that contain at least one of the organization's environments.

Author:
Adrian Cole
See Also:
DataCenterOperationsAsyncClient

Method Summary
 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.
 

Method Detail

listDataCentersInOrg

Set<DataCenter> listDataCentersInOrg(URI orgId)
This call will get the list of data centers that contain at least one of the organization's environments.

Returns:
data centers

listDataCenters

Set<DataCenter> listDataCenters(URI dataCentersList)
This call will get the list of data centers by list id.

Returns:
data centers


Copyright © 2009-2011 jclouds. All Rights Reserved.