|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Org
A vCloud organization is a high-level abstraction that provides a unit of administration for objects and resources. As viewed by a user, an organization (represented by an Org element) can contain Catalog, Network, and vDC elements. If there are any queued, running, or recently completed tasks owned by a member of the organization, it also contains a TasksList element. As viewed by an administrator, an organization also contains users, groups, and other information
Method Summary | |
---|---|
Map<String,ReferenceType> |
getCatalogs()
|
String |
getDescription()
optional description |
String |
getFullName()
full name of the organization |
Map<String,ReferenceType> |
getNetworks()
|
List<Task> |
getTasks()
read‐only container for Task elements. |
ReferenceType |
getTasksList()
If there are any queued, running, or recently completed tasks owned by a member of the organization, it also contains a TasksList. |
Map<String,ReferenceType> |
getVDCs()
|
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
@Nullable String getDescription()
@Nullable String getFullName()
Map<String,ReferenceType> getCatalogs()
Map<String,ReferenceType> getVDCs()
@Nullable ReferenceType getTasksList()
Map<String,ReferenceType> getNetworks()
List<Task> getTasks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |