Uses of Class
org.jclouds.cloudstack.domain.Domain

Packages that use Domain
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Domain in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Domain
 Domain Domain.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type Domain
 int Domain.compareTo(Domain other)
           
 T Domain.Builder.fromDomain(Domain in)
           
 

Uses of Domain in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Domain
 Domain GlobalDomainApi.createDomain(String name, CreateDomainOptions... options)
          Create new Domain
 Domain DomainDomainApi.getDomainById(String domainId)
          Get a domain by ID
 Domain GlobalDomainApi.updateDomain(String domainId, UpdateDomainOptions... options)
          Update a domain
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Domain
 Set<Domain> DomainDomainApi.listDomainChildren(ListDomainChildrenOptions... options)
          Lists all children domains belonging to a specified domain
 Set<Domain> DomainDomainApi.listDomains(ListDomainsOptions... options)
          List domains with detailed information
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.