public interface OrgClient
Modifier and Type | Method and Description |
---|---|
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.
|
Map<String,ReferenceType> listOrgs()
Org findOrgNamed(@Nullable String name)
name
- organization name, or null for the defaultNoSuchElementException
- if you specified an org name that isn't presentCopyright © 2009-2012 jclouds. All Rights Reserved.