org.jclouds.vcloud.features
Interface OrgClient


public interface OrgClient

Provides access to Org functionality in vCloud

Author:
Adrian Cole

Method Summary
 Org findOrgNamed(String name)
          This call returns a list of all vCloud Data Centers (vdcs), catalogs, and task lists within the organization.
 Org getOrg(URI orgId)
           
 Map<String,ReferenceType> listOrgs()
          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()
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)

findOrgNamed

Org findOrgNamed(@Nullable
                 String name)
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-2011 jclouds. All Rights Reserved.