org.jclouds.trmk.vcloud_0_8.domain
Interface Org

All Superinterfaces:
Comparable<ReferenceType>, ReferenceType
All Known Subinterfaces:
ECloudOrg
All Known Implementing Classes:
ECloudOrgImpl, OrgImpl

public interface Org
extends ReferenceType

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

Author:
Adrian Cole

Method Summary
 Map<String,ReferenceType> getCatalogs()
           
 String getDescription()
          optional description
 ReferenceType getKeys()
           
 Map<String,ReferenceType> getTasksLists()
          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.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDescription

@Nullable
String getDescription()
optional description

Since:
vcloud api 0.8

getCatalogs

Map<String,ReferenceType> getCatalogs()
Since:
vcloud api 0.8

getVDCs

Map<String,ReferenceType> getVDCs()
Since:
vcloud api 0.8

getTasksLists

Map<String,ReferenceType> getTasksLists()
If there are any queued, running, or recently completed tasks owned by a member of the organization, it also contains a TasksList. there are multiple tasks lists in a terremark org


getKeys

ReferenceType getKeys()


Copyright © 2009-2012 jclouds. All Rights Reserved.