Uses of Class
org.jclouds.cloudstack.domain.Domain
-
Packages that use Domain Package Description 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 Modifier and Type Method Description DomainDomain.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type Domain Modifier and Type Method Description intDomain. compareTo(Domain other)TDomain.Builder. fromDomain(Domain in) -
Uses of Domain in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Domain Modifier and Type Method Description DomainGlobalDomainApi. createDomain(String name, CreateDomainOptions... options)Create new DomainDomainDomainDomainApi. getDomainById(String domainId)Get a domain by IDDomainGlobalDomainApi. updateDomain(String domainId, UpdateDomainOptions... options)Update a domainMethods in org.jclouds.cloudstack.features that return types with arguments of type Domain Modifier and Type Method Description Set<Domain>DomainDomainApi. listDomainChildren(ListDomainChildrenOptions... options)Lists all children domains belonging to a specified domainSet<Domain>DomainDomainApi. listDomains(ListDomainsOptions... options)List domains with detailed information
-