org.jclouds.vcloud.features
Interface OrgApi


public interface OrgApi

Provides access to Org functionality in vCloud


Method Summary
 Org findOrgNamed(String orgName)
          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 orgName)
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-2014 The Apache Software Foundation. All Rights Reserved.