org.jclouds.vcloud.features
Interface OrgClient

All Known Subinterfaces:
OrgApi

Deprecated. *Client classes will be moved to *Api in jclouds 1.7.0.

@Deprecated
public interface OrgClient

Provides access to Org functionality in vCloud

Author:
Adrian Cole

Method Summary
 Org findOrgNamed(String name)
          Deprecated. This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within the organization.
 Org getOrg(URI orgId)
          Deprecated.  
 Map<String,ReferenceType> listOrgs()
          Deprecated. The response to a login request includes a list of the organizations to which the authenticated user has access.
 

Method Detail

listOrgs

Map<String,ReferenceType> listOrgs()
Deprecated. 
The response to a login request includes a list of the organizations to which the authenticated user has access.

Returns:
organizations indexed by name

getOrg

Org getOrg(URI orgId)
Deprecated. 

findOrgNamed

Org findOrgNamed(@Nullable
                 String name)
Deprecated. 
This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within the organization.

Parameters:
name - organization name, or null for the default
Throws:
NoSuchElementException - if you specified an org name that isn't present


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.