org.jclouds.trmk.ecloud.domain.internal
Class ECloudOrgImpl

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.internal.ReferenceTypeImpl
      extended by org.jclouds.trmk.vcloud_0_8.domain.internal.OrgImpl
          extended by org.jclouds.trmk.ecloud.domain.internal.ECloudOrgImpl
All Implemented Interfaces:
Comparable<ReferenceType>, ECloudOrg, Org, ReferenceType

public class ECloudOrgImpl
extends OrgImpl
implements ECloudOrg

Locations of resources in a Terremark eCloud Org

Author:
Adrian Cole

Constructor Summary
ECloudOrgImpl(String name, String type, URI id, String description, Map<String,ReferenceType> catalogs, Map<String,ReferenceType> vdcs, Map<String,ReferenceType> tasksLists, ReferenceType keys, ReferenceType dataCentersList, ReferenceType deviceTags, ReferenceType vAppCatalog)
           
 
Method Summary
 ReferenceType getDataCenters()
           
 ReferenceType getTags()
           
 ReferenceType getVAppCatalog()
           
 
Methods inherited from class org.jclouds.trmk.vcloud_0_8.domain.internal.OrgImpl
compareTo, equals, getCatalogs, getDescription, getKeys, getTasksLists, getVDCs, hashCode, toString
 
Methods inherited from class org.jclouds.trmk.vcloud_0_8.domain.internal.ReferenceTypeImpl
getHref, getName, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.Org
getCatalogs, getDescription, getKeys, getTasksLists, getVDCs
 
Methods inherited from interface org.jclouds.trmk.vcloud_0_8.domain.ReferenceType
getHref, getName, getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

ECloudOrgImpl

public ECloudOrgImpl(String name,
                     String type,
                     URI id,
                     String description,
                     Map<String,ReferenceType> catalogs,
                     Map<String,ReferenceType> vdcs,
                     Map<String,ReferenceType> tasksLists,
                     ReferenceType keys,
                     ReferenceType dataCentersList,
                     ReferenceType deviceTags,
                     ReferenceType vAppCatalog)
Method Detail

getDataCenters

public ReferenceType getDataCenters()
Specified by:
getDataCenters in interface ECloudOrg

getTags

public ReferenceType getTags()
Specified by:
getTags in interface ECloudOrg

getVAppCatalog

public ReferenceType getVAppCatalog()
Specified by:
getVAppCatalog in interface ECloudOrg


Copyright © 2009-2012 jclouds. All Rights Reserved.